@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@charset "UTF-8";
.d-flex {
  display: flex;
}

/*
 ===================================================
    HOMEPAGE OSOS SECTION
 ===================================================
*/
.card_img_1 {
  width: -moz-fit-content;
  width: fit-content;
}
.card_img_1 .header {
  background-color: #E0E7EC;
  border-radius: 6px 6px 0px 0px;
  padding: 4px 20px;
}
.card_img_1 .header > div {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
.card_img_1 .header > div img {
  max-height: 14px;
  margin: 6px;
}
.card_img_1 .header > div:hover {
  background-color: #C3CDD4;
}
.card_img_1 .content {
  background-color: #FFFFFF;
  border-radius: 0px 0px 6px 6px;
  position: relative;
}
.card_img_1 .content .border_bottom {
  border-bottom: 1px solid #E0E7EC;
}
.card_img_1 .content .new_task {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  margin-left: -25px;
  margin-right: 11px;
  background-color: #fff;
}
.card_img_1 .content .new_task > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.card_img_1 .content .new_task > div h3 {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #1A2528;
  opacity: 0.8;
  margin: 0;
}
.card_img_1 .content .new_task > div .pulse_button > div {
  border-radius: 50%;
  position: relative;
}
.card_img_1 .content .new_task > div #show_onClick {
  display: none;
}
.card_img_1 .content .new_task > div #show_onClick > div {
  background: url("/images/homepage/scheme/check.png") rgba(60, 190, 122, 0.2);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  background-size: 60% 50%;
}
.card_img_1 .content .new_task > div #hide_onClick > div {
  cursor: pointer;
  animation: pulse-green 2s infinite;
  background: url("/images/homepage/scheme/white_plus.png") #3cbe7a;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-size: 60% 60%;
}
.card_img_1 .content .tasks {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_img_1 .content .tasks .tasks_details {
  margin-right: 33px;
}
.card_img_1 .content .tasks .elements {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.card_img_1 .content .tasks .elements .user {
  max-height: 22px;
  animation: pulse-user 1.5s infinite;
  cursor: pointer;
}
.card_img_1 .content .tasks .elements .user:hover {
  animation: none;
  transform: scale(1.2);
}
.card_img_1 .content .tasks .elements .calendar {
  padding: 4px;
  max-height: 22px;
  animation: pulse-flag 1.5s infinite;
}
.card_img_1 .content .tasks .elements .calendar:hover {
  cursor: pointer;
  animation: none;
}
.card_img_1 .content .tasks .elements .flag {
  max-height: 13px;
  animation: pulse-flag 1.5s infinite;
  cursor: pointer;
}
.card_img_1 .content .tasks .elements .flag:hover {
  animation: none;
  transform: scale(1.3);
}
.card_img_1 .content > div:not(:last-child) .tasks_details {
  max-height: 17px;
}
.card_img_1 .content > div:last-child .tasks_details {
  max-height: 11px;
}
.card_img_1 .content .popUp_contact {
  padding: 12px;
  left: -25px;
  right: 11px;
  top: 43px;
}
.card_img_1 .content .popUp_contact .calendar_content img {
  max-height: 25px;
}
.card_img_1 .content .popUp_contact .calendar_content p {
  margin-top: 10px;
  margin-bottom: 13px;
}
.card_img_1 .content .newTask_popUp {
  padding: 17px 15px;
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  right: 11px;
  top: 43px;
  z-index: 9;
}
.card_img_1 .content .newTask_popUp .task_info {
  display: flex;
  justify-content: space-between;
}
.card_img_1 .content .newTask_popUp .task_info > div {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.card_img_1 .content .newTask_popUp .task_info > div .new_task_status {
  max-height: 32px;
}
.card_img_1 .content .newTask_popUp .task_info > div > div img {
  max-height: 27px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.card_img_1 .content .newTask_popUp .task_info .new_task_user {
  max-height: 44px;
}

.max-h-22px {
  max-height: 22px;
  cursor: pointer;
}
.max-h-22px:hover {
  animation: none;
  transform: scale(1.2);
}

.max-h-28px {
  max-height: 28px;
  cursor: pointer;
}

.max-h-15px {
  max-height: 15px;
}

.max-h-14px {
  max-height: 14px;
  cursor: pointer;
}
.max-h-14px:hover {
  animation: none;
  transform: scale(1.2);
}

.p-1 {
  padding: 4px;
}

.contact-us-line-break {
  display: contents;
}

.desktop_card_2 {
  order: 2;
}

.card_img_2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F3F5F8;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}
.card_img_2 .user_info {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #fff;
  border: 0.3px solid #C7CCCE;
  padding: 8px 13px;
  margin-bottom: 9px;
  border-radius: 5px;
}
.card_img_2 .user_info .user_content {
  width: 100%;
}
.card_img_2 .user_info .user_text {
  display: flex;
  justify-content: space-between;
}
.card_img_2 .user_info .user_text .text_1 {
  max-height: 22px;
  margin-top: 4px;
  margin-bottom: 11px;
}
.card_img_2 .user_info .user_text .yellow_star {
  max-height: 16px;
  cursor: pointer;
}
.card_img_2 .user_info .user_img {
  max-height: 75px;
}
.card_img_2 .user_info .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_img_2 .user_info .icons img {
  height: -moz-fit-content;
  height: fit-content;
}
.card_img_2 .user_info .icons img:not(:last-child) {
  padding: 4px 6px;
  background-color: #F3F6F8;
  border-radius: 2px;
}
.card_img_2 .user_info .icons p {
  margin: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  color: #6D7B86;
  opacity: 0.8;
}
.card_img_2 .next_user {
  max-height: 58px;
  margin-bottom: 9px;
}
.card_img_2 .add_user {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.card_img_2 .add_user .pulse_button {
  margin-left: 10px;
}
.card_img_2 .add_user .pulse_button > div {
  border-radius: 50%;
  position: relative;
}
.card_img_2 .add_user #show_onClick {
  display: none;
}
.card_img_2 .add_user #show_onClick > div {
  background: url("/images/homepage/scheme/check.png") rgba(60, 190, 122, 0.2);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  background-size: 60% 50%;
}
.card_img_2 .add_user #hide_onClick > div {
  cursor: pointer;
  animation: pulse-green 2s infinite;
  background: url("/images/homepage/scheme/white_plus.png") #3cbe7a;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-size: 60% 60%;
}
.card_img_2 .add_user .bar_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background-color: #fff;
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  width: 100%;
  margin-right: -40px;
}
.card_img_2 .add_user .bar_content h3 {
  font-size: 13px;
  line-height: 22px;
  color: #1A2528;
  opacity: 0.8;
  margin: 0;
}
.card_img_2 .add_user .bar_content img {
  max-height: 31px;
}
.card_img_2 .addMember_popUp {
  position: absolute;
  right: -25px;
  top: 115px;
  left: 15px;
}
.card_img_2 .addMember_popUp .user_info {
  align-items: unset;
}
.card_img_2 .addMember_popUp .user_info .user_img {
  max-height: 50px;
}
.card_img_2 .addMember_popUp .user_info .user_content {
  margin-bottom: 18px;
}
.card_img_2 .addMember_popUp .user_info .user_text .text_1 {
  margin-top: 12px;
  margin-bottom: 13px;
}
.card_img_2 .popUp_contact {
  right: -25px;
  left: 15px;
  top: 110px;
  padding: 12px;
}
.card_img_2 .popUp_contact .calendar_content {
  margin-top: 5px;
}
.card_img_2 .popUp_contact .calendar_content img {
  max-height: 20px;
}
.card_img_2 .popUp_contact .calendar_content p {
  padding-top: 7px;
}

.card_img_3 {
  width: -moz-fit-content;
  width: fit-content;
}
.card_img_3 .header {
  background-color: #E0E7EC;
  border-radius: 6px 6px 0px 0px;
  padding: 4px 20px;
}
.card_img_3 .header > div {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
}
.card_img_3 .header > div img {
  padding: 12px 5px;
  display: flex;
}
.card_img_3 .header > div:hover {
  background-color: #C3CDD4;
}
.card_img_3 .content {
  padding: 8px 18px 18px;
  border-radius: 0px 0px 6px 6px;
  background-color: #fff;
  position: relative;
}
.card_img_3 .content .header_content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.card_img_3 .content .header_content h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #1A2528;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 4px;
}
.card_img_3 .content .header_content .buttons > div {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.card_img_3 .content .header_content .buttons > div .buttons {
  width: 39px;
  height: 16px;
  border-radius: 2px;
}
.card_img_3 .content .header_content .buttons > div .purple_button {
  border: 1px solid #622AEA;
}
.card_img_3 .content .header_content .buttons > div .purple_button:hover {
  background-color: #622AEA;
}
.card_img_3 .content .header_content .buttons > div .lila_button {
  border: 1px solid #A875FF;
}
.card_img_3 .content .header_content .buttons > div .lila_button:hover {
  background-color: #A875FF;
}
.card_img_3 .content .header_content .buttons > div .blue_button {
  border: 1px solid #72D2FF;
}
.card_img_3 .content .header_content .buttons > div .blue_button:hover {
  background-color: #72D2FF;
}
.card_img_3 .content .header_content .buttons > div .orange_button {
  border: 1px solid #FF9800;
}
.card_img_3 .content .header_content .buttons > div .orange_button:hover {
  background-color: #FF9800;
}
.card_img_3 .content .header_content .toggles > div {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.card_img_3 .content .header_content .toggles > div .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
  margin-bottom: 0;
}
.card_img_3 .content .header_content .toggles > div .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.card_img_3 .content .header_content .toggles > div .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.card_img_3 .content .header_content .toggles > div .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.card_img_3 .content .header_content .toggles > div input:checked + .slider {
  background-color: #3CBE7A;
}
.card_img_3 .content .header_content .toggles > div input:focus + .slider {
  box-shadow: 0 0 1px #3CBE7A;
}
.card_img_3 .content .header_content .toggles > div input:checked + .slider:before {
  transform: translateX(17px);
}
.card_img_3 .content .new_task {
  padding: 8px 10px;
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  margin-left: -40px;
  margin-top: 10px;
  background-color: #fff;
}
.card_img_3 .content .new_task > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card_img_3 .content .new_task > div h3 {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #1A2528;
  opacity: 0.8;
  margin: 0;
}
.card_img_3 .content .new_task > div .pulse_button > div {
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  animation: pulse-pink 2s infinite;
  background: url("/images/homepage/scheme/question_icon.png") #C51162;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  background-size: 40% 70%;
}
.card_img_3 .content .footer_content {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.card_img_3 .content .footer_content > img {
  max-height: 75px;
}
.card_img_3 .content .footer_content .checkboxes .blue_checkbox {
  border-left: 2px solid #72D2FF;
}
.card_img_3 .content .footer_content .checkboxes .blue_checkbox input:checked {
  border-color: #72D2FF;
  background: #72D2FF;
}
.card_img_3 .content .footer_content .checkboxes .orange_checkbox {
  margin-bottom: 13px;
  border-left: 2px solid #FF9800;
}
.card_img_3 .content .footer_content .checkboxes .orange_checkbox input:checked {
  border-color: #FF9800;
  background: #FF9800;
}
.card_img_3 .content .footer_content .checkboxes > div {
  padding-left: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.card_img_3 .content .footer_content .checkboxes img {
  max-height: 12px;
  vertical-align: top;
}
.card_img_3 .content .footer_content .checkboxes label {
  margin-bottom: 0;
}
.card_img_3 .content .footer_content .checkboxes input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  color: #363839;
  border: 1px solid #bdc1c6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.card_img_3 .content .footer_content .checkboxes input[type=checkbox]::before {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.card_img_3 .content .footer_content .checkboxes input[type=checkbox]:checked {
  color: #fff;
}
.card_img_3 .content .footer_content .checkboxes input[type=checkbox]:checked::before {
  opacity: 1;
}
.card_img_3 .content .footer_content .checkboxes input[type=checkbox]:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.card_img_3 .content .popUp_contact {
  padding: 12px;
  left: -25px;
  right: 11px;
  top: 57px;
}
.card_img_3 .content .popUp_contact .calendar_content img {
  max-height: 25px;
}
.card_img_3 .content .popUp_contact .calendar_content p {
  margin-top: 10px;
  margin-bottom: 13px;
}

.card_img_1 .popUp_menu, .card_img_3 .popUp_menu {
  padding: 12px;
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  right: 11px;
  top: 0;
  z-index: 9;
}
.card_img_1 .popUp_menu .menu_content > div, .card_img_3 .popUp_menu .menu_content > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding-top: 11px;
}
.card_img_1 .popUp_menu .menu_content > div img, .card_img_3 .popUp_menu .menu_content > div img {
  max-height: 25px;
}
.card_img_1 .popUp_menu .menu_content > div h3, .card_img_3 .popUp_menu .menu_content > div h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
  margin: 0;
}
.card_img_1 .popUp_menu .menu_content > div h3 a, .card_img_3 .popUp_menu .menu_content > div h3 a {
  color: #1A2528;
}
.card_img_1 .popUp_menu .menu_content > div h3 a:hover, .card_img_3 .popUp_menu .menu_content > div h3 a:hover {
  color: #337ab7;
  text-decoration: underline;
}
.card_img_1 .popUp_menu .menu_content > div:not(:last-child), .card_img_3 .popUp_menu .menu_content > div:not(:last-child) {
  border-bottom: 1px solid #E0E7EC;
  padding-bottom: 11px;
}
.card_img_1 .popUp_menu .close_popUp, .card_img_3 .popUp_menu .close_popUp {
  max-height: 20px;
  float: right;
  cursor: pointer;
}

.card_img_1 .add_task_btn, .card_img_2 .add_task_btn, .card_img_3 .add_task_btn {
  border: 2px solid #3cbe7a;
  border-radius: 6px;
  color: #3cbe7a;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  padding: 5px 15px;
  background-color: #fff;
}
.card_img_1 .add_task_btn:hover, .card_img_2 .add_task_btn:hover, .card_img_3 .add_task_btn:hover {
  background: #3CBE7A;
  color: #fff;
}
.card_img_1 .popUp_contact, .card_img_2 .popUp_contact, .card_img_3 .popUp_contact {
  border: 1.5px solid #72D2FF;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  z-index: 9;
}
.card_img_1 .popUp_contact .calendar_content, .card_img_2 .popUp_contact .calendar_content, .card_img_3 .popUp_contact .calendar_content {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 12px;
}
.card_img_1 .popUp_contact .calendar_content h3, .card_img_2 .popUp_contact .calendar_content h3, .card_img_3 .popUp_contact .calendar_content h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #1A2528;
  opacity: 0.8;
  margin: 0;
}
.card_img_1 .popUp_contact .calendar_content p, .card_img_2 .popUp_contact .calendar_content p, .card_img_3 .popUp_contact .calendar_content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #1A2528;
  opacity: 0.8;
}
.card_img_1 .popUp_contact .calendar_content p a, .card_img_2 .popUp_contact .calendar_content p a, .card_img_3 .popUp_contact .calendar_content p a {
  color: #00AEEF;
}
.card_img_1 .popUp_contact .calendar_content p a:hover, .card_img_2 .popUp_contact .calendar_content p a:hover, .card_img_3 .popUp_contact .calendar_content p a:hover {
  text-decoration: underline;
}
.card_img_1 .popUp_contact .close_popUp, .card_img_2 .popUp_contact .close_popUp, .card_img_3 .popUp_contact .close_popUp {
  max-height: 20px;
  float: right;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
@keyframes pulse-pink {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(197, 17, 98, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(197, 17, 98, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(197, 17, 98, 0);
  }
}
@keyframes pulse-user {
  0%, 100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes pulse-flag {
  0%, 100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.3);
  }
}
.homepage_scheme {
  background-color: #37464C;
  padding-top: 59px;
  padding-bottom: 56px;
}
.homepage_scheme .first_row {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.homepage_scheme .second_row {
  display: flex;
}
.homepage_scheme .second_row .line_2 {
  margin-top: 40px;
  padding: 0;
  width: 50%;
}
.homepage_scheme .second_row .line_2 .dot_2 {
  border-bottom: 1px dashed #637f8b;
  border-left: 1px dashed #637f8b;
  margin-left: 150px;
  height: 55px;
}
.homepage_scheme .second_row .line_2 .dot_4 {
  border-left: 1px dashed #637f8b;
  margin: 1px 20px 0 150px;
  height: calc(100% - 55px);
}
.homepage_scheme .second_row .line_2 .dot {
  padding: 0;
  position: relative;
}
.homepage_scheme .second_row .line_2 .dot .dot-after {
  background-color: #72D2FF;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  left: -7px;
  top: -19px;
}
.homepage_scheme .second_row .line_2 .dot .dot-before {
  background-color: #72D2FF;
  opacity: 0.2;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -13px;
  top: -25px;
}
.homepage_scheme .second_row .diamond-shape {
  height: 101px;
  text-align: center;
  transform: rotate(45deg);
  width: 101px;
  border: 1px solid #637F8B;
  border-radius: 4px;
  margin: 44px 21px 20px 21px;
}
.homepage_scheme .second_row .item-count {
  display: table-cell;
  height: 101px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 101px;
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
}
.homepage_scheme .second_row .text_line {
  background: #1A2528;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -12px;
  z-index: 2;
}
.homepage_scheme .second_row .text_line .black_background {
  font-family: "Lato";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #F3F3F3;
  padding: 3px 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.homepage_scheme .second_row .wrapper_1 {
  position: relative;
  min-height: 100px;
}
.homepage_scheme .second_row .wrapper_1 .line {
  position: absolute;
  left: 49.5%;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #637f8b;
  z-index: 1;
}
.homepage_scheme .second_row .wrapper_1 .text_line {
  top: 50%;
}
.homepage_scheme .second_row .wrapper_2 {
  position: relative;
  min-height: 100px;
  width: 100%;
}
.homepage_scheme .second_row .wrapper_2 .line {
  border-top: 1px dashed #637f8b;
  bottom: 0;
  position: absolute;
  top: 94px;
  z-index: 1;
  width: 100%;
}
.homepage_scheme .second_row .wrapper_2 .text_line {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: 80px;
}
.homepage_scheme .second_row .wrapper_3 {
  display: none;
}
.homepage_scheme .second_row .dot_3 {
  margin-right: 150px;
  border-left: 1px dashed #637f8b;
  height: auto;
}
.homepage_scheme .third_row {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.homepage_scheme .third_row .card_img {
  order: 2;
}
.homepage_scheme .third_row .card_homepage {
  order: 1;
  margin-left: -5px;
}
.homepage_scheme .fourth_row {
  display: flex;
}
.homepage_scheme .fourth_row .connection_2 {
  margin-left: 150px;
  margin-right: 150px;
  width: 100%;
}
.homepage_scheme .fourth_row .connection_2 > div {
  width: 100%;
}
.homepage_scheme .fourth_row .connection_2 > div .section_1, .homepage_scheme .fourth_row .connection_2 > div .section_3 {
  width: 50%;
}
.homepage_scheme .fourth_row .connection_2 > div .section_1 .row {
  margin: 0;
}
.homepage_scheme .fourth_row .connection_2 .col-xs-3 {
  padding: 0;
  margin: 0;
}
.homepage_scheme .fourth_row .connection_2 .center-div {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.homepage_scheme .fourth_row .connection_2 .dot_7 {
  border-bottom: 1px dashed #637f8b;
  border-left: 1px dashed #637f8b;
  width: 100%;
  height: 45px;
}
.homepage_scheme .fourth_row .connection_2 .dot_9 {
  border-bottom: 1px dashed #637f8b;
  border-right: 1px dashed #637f8b;
  width: 100%;
  height: 45px;
}
.homepage_scheme .fourth_row .connection_2 .dot_10 {
  border-right: 1px dashed #637f8b;
  height: 65px;
  position: relative;
}
.homepage_scheme .fourth_row .connection_2 .dot-after {
  background-color: #72D2FF;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  right: -7px;
  top: -7px;
}
.homepage_scheme .fourth_row .connection_2 .dot-before {
  background-color: #72D2FF;
  opacity: 0.2;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: -13px;
  top: -13px;
}
.homepage_scheme .card_homepage {
  border: 1px solid #637F8B;
  border-radius: 5px;
  padding: 35px 43px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-end;
}
.homepage_scheme .card_homepage .card_title {
  font-family: "Lato";
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
  color: #F3F3F3;
  margin-bottom: 17px;
  margin-top: 0;
  min-height: 70px;
  white-space: nowrap;
}
.homepage_scheme .card_homepage .card_title span {
  color: #2197CE;
}
.homepage_scheme .card_homepage .card_description {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 45px;
  min-height: 88px;
}
.homepage_scheme .card_homepage .card_description .card_description_addition > a {
  color: #2197CE;
}
.homepage_scheme .card_homepage .card_description .card_description_addition > a:hover {
  text-decoration: underline;
}
.homepage_scheme .card_homepage .card_buttons a .border_button {
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #F3F3F3;
  border: 1px solid #3CBE7A;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 15px;
  width: 220px;
}
@media (hover: hover) {
  .homepage_scheme .card_homepage .card_buttons a .border_button:hover {
    background: #3cbe7a;
    outline: none;
  }
}
.homepage_scheme .card_homepage .card_buttons a .border_button:active {
  background: #3cbe7a;
}
.homepage_scheme .card_homepage .card_buttons a .green_button {
  background: #3CBE7A;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: "Lato";
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #F3F3F3;
  width: 220px;
}
@media (hover: hover) {
  .homepage_scheme .card_homepage .card_buttons a .green_button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #3CBE7A;
    outline: none;
  }
}
.homepage_scheme .card_homepage .card_buttons a .green_button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #3CBE7A;
}
.homepage_scheme a:hover {
  text-decoration: none;
}
.homepage_scheme .hide_desktop {
  display: none;
}

.homepage_slider {
  background: url("/images/free_assessment/carousel.png") rgba(26, 37, 40, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 58px 50px 42px 100px;
}
.homepage_slider .title {
  font-family: "Lato";
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
  color: #F3F3F3;
  margin-bottom: 47px;
  margin-top: 0;
}
.homepage_slider .title .show_mobile, .homepage_slider .title .show_tablet {
  display: none;
}

.homepage_carousel.slick-slider .name {
  font-size: 0;
  line-height: 0;
  transition: all 700ms ease;
}
.homepage_carousel.slick-slider .position {
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
  transition: all 700ms ease;
}
.homepage_carousel.slick-slider .slick-slide {
  position: relative;
  width: 343px;
  border-radius: 5px;
  min-height: 310px;
  transition: background-color 700ms ease;
}
.homepage_carousel.slick-slider .slick-slide .card_padding {
  margin-left: 54px;
  margin-right: 54px;
  padding: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: margin-left 200ms ease;
}
.homepage_carousel.slick-slider .slick-slide h3 {
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin-bottom: 19px;
  transition: all 700ms ease;
  min-height: 100px;
}
.homepage_carousel.slick-slider .slick-slide .clutch {
  display: flex;
  align-items: center;
}
.homepage_carousel.slick-slider .slick-slide .clutch p {
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #F3F3F3;
  margin-left: 18px;
  margin-bottom: 0;
}
.homepage_carousel.slick-slider .slick-slide .clutch p span {
  color: #2197CE;
  cursor: pointer;
}
.homepage_carousel.slick-slider .slick-slide .clutch p span:hover {
  text-decoration: underline;
}
.homepage_carousel.slick-slider .slick-slide img {
  padding: 2px 4px 0px;
  background-color: white;
  border-radius: 3px;
}
.homepage_carousel.slick-slider .slick-current {
  background-color: #222E32;
  cursor: pointer;
}
.homepage_carousel.slick-slider .slick-current .card_padding {
  margin-left: 0px;
  margin-right: 0px;
}
.homepage_carousel.slick-slider .slick-current h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
  min-height: unset;
}
.homepage_carousel.slick-slider .slick-current .name {
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin-bottom: 0;
}
.homepage_carousel.slick-slider .slick-current .position {
  font-family: "Lato";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #92A1A6;
  opacity: 0.7;
  margin-bottom: 23px;
}
.homepage_carousel.slick-slider .slick-active ~ .slick-active ~ .slick-active {
  width: 185px;
  margin-right: 158px;
}
.homepage_carousel.slick-slider .slick-active ~ .slick-active ~ .slick-active .card_padding {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.homepage_carousel.slick-slider .slick-cloned {
  transition: background-color 200s ease;
  transition-delay: 0s;
}

.homepage_carousel.slick-slider .slick-list.draggable, .projects_carousel.slick-slider .slick-list.draggable {
  width: 100%;
  order: 1;
}

.projects_carousel.slick-slider .slick-track {
  display: flex;
  align-items: center;
}
.projects_carousel .project-element .text .class-h1, .projects_carousel .project-element .text p {
  padding-left: 10px;
  padding-right: 10px;
}
.projects_carousel .project-element .text .class-h1 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding-top: 12px;
  margin-bottom: 12px;
  text-align: left;
}

.homepage_partners {
  padding: 32px 72px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .homepage_partners {
    padding: 32px 20px;
  }
  .homepage_partners .partners-title {
    text-align: center;
  }
  .homepage_partners .partners-cards {
    flex-direction: column;
  }
  .homepage_partners .partners-cards .partner-card {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.homepage_partners .partners-title {
  color: #1A2528;
  margin: 0;
  font-weight: 600;
  font-size: 30px;
}
.homepage_partners .partners-cards {
  display: flex;
  align-items: center;
  gap: 16px;
}
.homepage_partners .partners-cards .partner-card {
  border: 1px solid #EFEFEF;
  padding: 11px 50px;
  border-radius: 8px;
}
.homepage_partners .partners-cards .partner-card img {
  height: 32px;
}

.homepage_slider > div, .projects_slider {
  display: flex;
  align-items: center;
}
.homepage_slider > div > div, .projects_slider > div {
  width: calc(100% - 116px);
}
.homepage_slider > div .discover, .projects_slider .discover {
  margin-left: 10px;
}
.homepage_slider > div .discover h3, .projects_slider .discover h3 {
  font-size: 14px;
  line-height: 160%;
  color: #F3F3F3;
  margin-bottom: 2px;
}
.homepage_slider > div .discover p, .projects_slider .discover p {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #F3F3F3;
  margin-bottom: 12px;
  text-align: left;
}
.homepage_slider > div .carousel_arrows, .projects_slider .carousel_arrows {
  display: flex;
  gap: 12px;
}
.homepage_slider > div .carousel_arrows .slick-prev, .projects_slider .carousel_arrows .slick-prev {
  background-image: url("/images/homepage/Arrow_left.svg");
}
.homepage_slider > div .carousel_arrows .slick-next, .projects_slider .carousel_arrows .slick-next {
  background-image: url("/images/homepage/Arrow_right.svg");
}
.homepage_slider > div .carousel_arrows .slick-arrow, .projects_slider .carousel_arrows .slick-arrow {
  background-color: #2A383D;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  font-size: 0;
}
.homepage_slider > div .carousel_arrows .slick-arrow:hover, .projects_slider .carousel_arrows .slick-arrow:hover {
  background-color: #1A2528;
}

.projects_slider {
  padding-left: 96px;
  padding-right: 73px;
  padding-top: 60px;
}
.projects_slider .slick-slide {
  transition: all 700ms ease;
}
.projects_slider .slick-slide > div {
  margin-left: 55px;
  margin-right: 55px;
  transition: all 700ms ease;
}
.projects_slider .slick-slide:hover .project-element .text p {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
}
.projects_slider .slick-slide .card_img {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.projects_slider .slick-current {
  transition: all 700ms ease;
}
.projects_slider .slick-current > div {
  margin-left: 0px;
  margin-right: 0px;
}
.projects_slider .slick-current .card_img {
  height: 355px;
}
.projects_slider > div {
  padding-bottom: 40px;
  transition: opacity 800ms, visibility 800ms;
}
.projects_slider > div a:hover {
  text-decoration: none;
}
.projects_slider .no-projects {
  text-align: center;
  font-weight: 700;
  -webkit-text-decoration: italic;
          text-decoration: italic;
}
.projects_slider .project-element {
  position: relative;
  overflow: hidden;
}
.projects_slider .project-element .text {
  width: 101%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  transition: all 0.5s ease;
  left: 0px;
  bottom: 0;
}
.projects_slider .project-element .text p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  line-height: 0;
  white-space: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
}
.projects_slider .project-element img {
  width: 100%;
}

.statistics {
  background-color: #313F45;
  padding-top: 53px;
  padding-bottom: 55px;
}
.statistics-row {
  padding-left: 96px;
  padding-right: 96px;
}
.statistics-row .text-center div.lottie {
  display: inline-block;
  filter: brightness(970%) saturate(920%) hue-rotate(40deg);
  -webkit-filter: brightness(970%) saturate(920%) hue-rotate(40deg);
}
.statistics-row .row {
  padding: 0;
}
.statistics-row .row_borders {
  padding: 50px 65px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #3CBE7A;
  border-radius: 5px;
  white-space: nowrap;
}
.statistics .class-h1 {
  font-family: "Lato";
  font-size: 30px;
  color: #f3f3f3;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
.statistics .class-h2 {
  font-weight: 400;
  line-height: 59px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Lato";
  font-size: 45px;
  text-align: center;
  color: #3CBE7A;
}
.statistics .image_height {
  height: 55px;
  width: auto;
}
.statistics .image_height.img_1 {
  background-image: url("/images/homepage/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics .image_height.img_2 {
  background-image: url("/images/homepage/triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics .image_height.img_3 {
  background-image: url("/images/homepage/earth.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics .image_height.img_4 {
  background-image: url("/images/homepage/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics p {
  color: #f3f3f3;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Lato";
  text-align: center;
}
.statistics .up-btn.portfolio-btn {
  padding: 0;
}

.jobs-blog {
  background-color: #ffffff;
}
.jobs-blog-row .title {
  color: #2197CE;
  text-align: left;
}
.jobs-blog h2 {
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 30px;
}
.jobs-blog .jb-list {
  padding: 0;
}
.jobs-blog .jb-list li {
  list-style: none;
  border-top: 1px solid #cdcdcd;
}
.jobs-blog .jb-list li img {
  float: right;
}
.jobs-blog .jb-list li .fa-long-arrow-right {
  color: #2197ce;
  padding-right: 10px;
  font-size: 30px;
}
.jobs-blog .jb-list li a {
  padding: 15px 0px 10px 15px;
  text-decoration: none;
  font-size: 15px;
  width: 100%;
  color: #1d1d1d;
  display: inline-block;
}
.jobs-blog .jb-list li a span {
  line-height: 30px;
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jobs-blog .jb-list li:hover {
  background-color: #1b98cf;
  box-shadow: inset 0px 0px 2px #cdcdcd;
}
.jobs-blog .jb-list li:hover .fa-long-arrow-right {
  color: #fff;
}
.jobs-blog .jb-list li:hover a {
  color: #fff;
}
.jobs-blog .jb-list li:last-child {
  border-bottom: 1px solid #cdcdcd;
}

.clients {
  background-image: url(/images/mapt.jpg?73533b0fd1a5120a1016ed0d631908ab);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 116%;
  position: relative;
  background-color: #3A474D;
}
.clients .map-pin {
  position: absolute;
}
.clients .map-pin {
  background-color: #2197ce;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 40px #ffffff;
  z-index: 1;
}
.clients .map-pin.active {
  background-color: #3CBE7A;
  width: 20px;
  height: 20px;
  transform: translate3d(-5px, -5px, 0);
}
.clients .class-h1 {
  text-align: center;
  color: #f3f3f3;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  padding: 30px 15px 0;
  margin-top: 55px;
}
.clients .class-h2 {
  line-height: 22px;
  margin-top: 55px;
  font-size: 19px;
  text-align: center;
  color: #f3f3f3;
}
.clients h2 {
  line-height: 22px;
}
.clients .slider-container {
  transition: visibility 500ms, opacity 500ms;
  overflow-x: hidden;
  padding-top: 80px;
  position: relative;
  z-index: 10;
  width: 95%;
  margin: auto;
  /*slider*/
}
.clients .slider-container .see-more {
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 99;
}
.clients .slider-container .see-more a {
  color: #2197ce;
  font-size: 18px;
}
.clients .slider-container .see-more a i {
  padding-left: 7px;
}
.clients .slider-container .see-more a:hover {
  color: #2197ce;
}
.clients .slider-container > img {
  position: absolute;
  top: 107px;
  right: 9px;
  z-index: 200;
}
.clients .slider-container ul.bxslider-clients {
  background-color: rgba(0, 0, 0, 0.55);
}
.clients .slider-container ul.bxslider-clients li {
  display: none;
}
.clients .slider-container .bx-wrapper {
  border: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.55);
  margin-bottom: 7px;
}
.clients .slider-container .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.clients .slider-container .bx-wrapper li {
  text-align: center;
  position: relative;
  padding: 50px 60px 30px 60px;
}
.clients .slider-container .bx-wrapper li img {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
}
.clients .slider-container .bx-wrapper li p {
  font-style: italic;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: 400;
}
.clients .slider-container .bx-wrapper li span {
  padding-top: 10px;
  color: #ffffff;
}
.clients .slider-container .bx-wrapper .bx-pager {
  display: none;
}
.clients .clutch-reviews {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ffffff;
}
.clients .clutch-reviews .clutch-reviews-about {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 0px 35px;
}
.clients .clutch-reviews .clutch-reviews-widget {
  flex-grow: 1;
}
.clients .clutch-reviews .clutch-reviews-widget .clutch-widget {
  float: right;
  padding-right: 20px;
}
.clients .clutch-reviews .clutch-reviews-widget .clutch-widget iframe {
  width: 140px;
  height: 39px;
  overflow: hidden;
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .projects_carousel > div {
    max-height: 353px;
  }
  .projects_carousel .slick-slide:hover .project-element .text p {
    font-size: 14px;
  }

  .clients .slider-container {
    padding-top: 50px;
  }
  .clients .slider-container .bxslider-clients {
    height: 260px;
  }
  .clients .slider-container .bx-viewport {
    height: 260px !important;
  }
  .clients .slider-testimonials-home {
    margin-bottom: -30px;
  }

  .lang-de .homepage-services {
    min-height: 42px;
  }
}
@media (max-width: 1200px) {
  .homepage_scheme .card_homepage {
    display: block;
    padding: 20px 26px;
  }
  .homepage_scheme .card_homepage .card_title {
    margin-bottom: 11px;
  }
  .homepage_scheme .card_homepage .card_description {
    margin-right: 0px;
    min-height: 66px;
  }
  .homepage_scheme .card_homepage .card_buttons {
    margin-top: 20px;
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .homepage_scheme .card_homepage .card_buttons a .border_button, .homepage_scheme .card_homepage .card_buttons a .green_button {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    margin-bottom: 0;
  }
  .homepage_scheme .card_homepage .card_buttons a .green_button {
    border: 1px solid #3cbe7a;
  }

  .projects_slider {
    display: block;
    position: relative;
    padding-right: 96px;
  }
  .projects_slider > div {
    width: 100%;
  }
  .projects_slider > div:last-child {
    padding-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    align-items: center;
    gap: 30px;
  }

  .statistics {
    /* .row_borders {
        padding-bottom: 0;
    } */
  }
  .statistics img {
    margin-bottom: 10px;
  }
  .statistics p {
    margin-bottom: 50px;
  }

  .clients .slider-container {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .slider-arrows {
    display: flex;
  }

  .statistics .row_borders {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .projects_carousel .project-element:hover .card_img {
    filter: grayscale(0%);
  }
  .projects_carousel .project-element:hover .color-filter {
    opacity: 0;
  }
}
@media (min-width: 824px) and (max-width: 1024px) {
  .homepage_slider .title .show_tablet {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clients {
    background-position: 50% 15%;
  }
  .clients .class-h1 {
    margin-top: 0;
  }
  .clients .clutch-reviews {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .clients .slider-container {
    padding-top: 40px;
  }
  .clients .slider-container .bx-wrapper {
    margin-bottom: 0;
  }
  .clients .slider-container .bx-wrapper li {
    padding: 40px 55px 10px;
  }
  .clients .slider-container .bx-wrapper li img {
    width: 73px;
    height: 73px;
    top: -35px;
  }
  .clients .slider-container .bx-wrapper li p {
    padding-top: 10px;
    margin-bottom: 0;
  }
  .clients .slider-container .closeSlider {
    top: 123px;
  }
  .clients .bx-wrapper {
    margin-bottom: 30px;
  }
  .clients h1 {
    font-size: 30px;
    padding-top: 20px;
    margin-top: 0px;
  }
  .clients h2 {
    margin-top: 30px;
  }
  .clients .clients-btn {
    margin-bottom: 20px;
  }
  .clients li p {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .homepage_scheme {
    padding-left: 100px;
    padding-right: 100px;
  }

  .jobs-blog-row {
    margin: 0px;
  }
  .jobs-blog-row > div {
    padding: 30px 60px 40px 60px;
  }
}
@media (max-width: 991px) {
  .homepage_scheme {
    padding-left: 50px;
    padding-right: 50px;
  }
  .homepage_scheme .card_homepage {
    padding: 20px 16px;
  }

  .projects_carousel .project-element .text .class-h1 {
    font-weight: 700;
    margin-bottom: 12px;
  }

  .homepage.homepage_slider {
    padding: 60px 50px;
  }

  .statistics-row .up-btn.portfolio-btn {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .jobs-blog-row h2 {
    padding-bottom: 20px;
    margin-top: 40px;
  }
  .jobs-blog-row ul {
    margin-bottom: 40px;
  }

  .clients {
    background-image: none;
    background-color: #37464c;
    padding-left: 100px;
    padding-right: 100px;
  }
  .clients .class-h1 {
    padding-top: 0;
    margin-top: 40px;
  }
  .clients h1 {
    padding-top: 0px;
    margin-top: 40px;
  }
  .clients .map-pin {
    display: none;
  }
  .clients .slider-container {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .clients .slider-container .see-more {
    bottom: 25px;
  }
  .clients .slider-container .closeSlider {
    display: none;
  }
}
@media (max-width: 860px) {
  .homepage_carousel.slick-slider {
    padding-bottom: 30px;
  }

  .homepage_slider > div {
    display: block;
    position: relative;
  }
  .homepage_slider > div > div {
    width: 100%;
  }
  .homepage_slider > div .carousel_arrows {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .projects_carousel.slick-slider .slick-track {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .homepage_scheme .card_homepage .card_title {
    font-size: 27px;
  }
  .homepage_scheme .card_homepage .card_description {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jobs-blog-row {
    padding-left: 100px;
    padding-right: 100px;
  }

  .clients .slider-container .bxslider-clients {
    height: 270px;
  }
  .clients .slider-container .bx-viewport {
    height: 270px !important;
  }
}
@media (max-width: 767px) {
  .contact-us-line-break {
    display: block;
  }

  .card_img_1, .card_img_3 {
    margin-left: 25px;
  }

  .card_img_2 {
    margin-right: 25px;
  }

  .card_img_1, .card_img_2, .card_img_3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .homepage_scheme .hide_mobile {
    display: none;
  }
  .homepage_scheme .hide_desktop {
    display: block;
  }
  .homepage_scheme .second_row .line_2 {
    margin-top: 0;
  }
  .homepage_scheme .second_row .line_2 .dot_2 {
    height: 95px;
    margin-left: 20px;
  }
  .homepage_scheme .second_row .line_2 .dot_2 .dot-after, .homepage_scheme .second_row .line_2 .dot_2 .dot-before {
    display: none;
  }
  .homepage_scheme .second_row .line_2 .dot_4 {
    height: calc(100% - 95px);
    margin-left: 20px;
  }
  .homepage_scheme .second_row .dot_3 {
    margin-right: 20px;
  }
  .homepage_scheme .first_row, .homepage_scheme .third_row {
    display: block;
  }
  .homepage_scheme .card_homepage .card_description {
    min-height: auto;
  }
  .homepage_scheme .fourth_row .connection_2 {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .projects_slider, .homepage.homepage_slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-info-row > div {
    padding: 0px;
  }
  .body-info-row > div:last-child .info-text .up-btn {
    padding-bottom: 40px;
  }
  .body-info-row > div .services-img {
    padding-top: 20px;
  }
  .body-info-row > div .open-source-img {
    padding-bottom: 0px;
  }
  .body-info-row .info-text {
    padding: 0px;
  }
  .body-info-row .info-text .clps-btn {
    font-size: 15px;
  }
  .body-info-row .info-text p {
    font-size: 15px;
    line-height: 18px;
  }
  .body-info-row .info-text .services-text,
.body-info-row .info-text .open-source-text {
    padding: 0px 15px;
  }
  .body-info-row .info-text .panel-group {
    padding-left: 30px;
  }
  .body-info-row .info-text .up-btn {
    padding-bottom: 0px;
  }
  .body-info-row .info-text .up-btn a {
    font-size: 19px;
  }

  /* Affiliate section mobile */
  .affiliate-header {
    clear: both;
  }

  .projects_slider {
    padding: 60px 50px 20px;
  }
  .projects_slider > div {
    padding: 0px;
  }
  .projects_slider .project-element {
    margin-bottom: 20px;
  }
  .projects_slider .slick-slide:hover .project-element .text p {
    display: none;
  }

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

  .statistics-row, .statistics .class-h1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .statistics .row_borders {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .statistics .row {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .statistics .text-center {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .statistics .text-center .class-h2 {
    text-align: initial;
  }
  .statistics .image_height {
    width: 89px;
  }

  .clients {
    padding-left: 15px;
    padding-right: 15px;
  }
  .clients .class-h2 {
    font-size: 15px;
    margin-top: 20px;
  }
  .clients h2 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
  }
  .clients .slider-container .bx-wrapper li {
    padding: 50px 50px 30px 50px;
  }
  .clients .slider-container .bx-wrapper li p {
    font-size: 15px;
  }
  .clients .clutch-reviews .clutch-reviews-about {
    padding: 0px 15px;
  }
}
@media (max-width: 520px) {
  .homepage_scheme {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
  }
  .homepage_scheme .card_homepage {
    padding: 35px 25px;
  }
  .homepage_scheme .card_homepage .card_buttons {
    display: block;
  }
  .homepage_scheme .card_homepage .card_buttons a .border_button {
    margin-bottom: 17px;
  }
  .homepage_scheme .card_homepage .card_title {
    white-space: normal;
    margin-bottom: 25px;
  }
  .homepage_scheme .first_row .hide_desktop, .homepage_scheme .third_row .hide_desktop {
    width: 100%;
  }
  .homepage_scheme .second_row .line_2 {
    display: none;
  }
  .homepage_scheme .second_row .wrapper_3 {
    display: block;
    position: relative;
    min-height: 27px;
  }
  .homepage_scheme .second_row .wrapper_3 .line {
    position: absolute;
    left: 49.5%;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #637f8b;
    z-index: 1;
  }
  .homepage_scheme .second_row .wrapper_3 .text_line {
    top: 50%;
  }
  .homepage_scheme .second_row .diamond-shape {
    margin-top: 17px;
  }
  .homepage_scheme .second_row .hide_desktop {
    width: 100%;
  }

  .body-info .info-text .mobile-btn-text {
    display: inline;
  }
  .body-info .info-text .desktop-btn-text {
    display: none;
  }

  .homepage.homepage_slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .homepage_carousel.slick-slider .slick-current .card_padding {
    padding-right: 30px;
  }

  .statistics .statistics-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .move-up .statistics .class-h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects_slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 430px) {
  .delivered-projects {
    width: 120px;
    white-space: break-spaces;
    text-align: left !important;
  }

  .card_img_1 .content > div:not(:last-child) .tasks_details {
    max-height: 14px;
  }
  .card_img_1 .content > div:last-child .tasks_details {
    max-height: 9px;
  }
  .card_img_1 .content .tasks .elements .user {
    max-height: 20px;
  }

  .card_img_2 .user_info .user_img {
    max-height: 55px;
  }
  .card_img_2 .next_user {
    max-height: 50px;
  }
  .card_img_2 .add_user .bar_content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .card_img_2 .add_user .bar_content img {
    max-height: 27px;
  }
  .card_img_2 .popUp_contact {
    top: 100px;
  }
  .card_img_2 .popUp_contact .calendar_content p, .card_img_2 .popUp_contact .calendar_content h3 {
    font-size: 15px;
  }

  .card_img_3 .content .header_content .buttons > div .buttons {
    height: 13px;
    width: 32px;
  }
  .card_img_3 .content .header_content .toggles > div .switch {
    height: 15px;
    width: 30px;
  }
  .card_img_3 .content .header_content .toggles > div .slider:before {
    bottom: 2.5px;
    left: 2.5px;
    height: 10px;
    width: 10px;
  }
  .card_img_3 .content .header_content .toggles > div input:checked + .slider:before {
    transform: translateX(14px);
  }
  .card_img_3 .content .footer_content > img {
    max-height: 65px;
  }
  .card_img_3 .content .footer_content .checkboxes > div {
    padding-left: 6px;
  }
  .card_img_3 .content .footer_content .checkboxes .orange_checkbox {
    margin-bottom: 10px;
  }
  .card_img_3 .content .footer_content .checkboxes input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .card_img_3 .content .footer_content .checkboxes input[type=checkbox]:before {
    top: 2px;
    left: 5px;
    height: 8px;
    width: 4px;
  }
  .card_img_3 .content .footer_content .checkboxes img {
    max-height: 10px;
  }

  .card_img_1 .popUp_menu .menu_content > div img, .card_img_3 .popUp_menu .menu_content > div img {
    max-height: 25px;
  }
  .card_img_1 .popUp_menu .menu_content > div h3, .card_img_3 .popUp_menu .menu_content > div h3 {
    font-size: 16px;
  }

  .homepage_scheme .card_homepage {
    padding: 25px 15px;
  }
  .homepage_scheme .card_homepage .card_title .hide_br-mobile {
    display: none;
  }

  .up-btn.portfolio-btn {
    padding: 25px 10px 25px 10px;
  }
}
@media (min-width: 346px) and (max-width: 417px) {
  .homepage_slider .title .show_mobile {
    display: block;
  }
}
/*
 ===================================================
    HOMEPAGE CLIENTS SECTION
 ===================================================
*/
@media (min-width: 626px) and (max-width: 767px) {
  .clients .slider-container .bxslider-clients {
    height: 280px;
  }
  .clients .slider-container .bx-viewport {
    height: 280px !important;
  }
}
@media (min-width: 1024) and (max-width: 1199px) {
  .clients .slider-container .bxslider-clients {
    height: 340px;
  }
  .clients .slider-container .bx-viewport {
    height: 340px !important;
  }
}
@media (max-width: 320px) {
  .clients .slider-container .bxslider-clients {
    height: 520px;
  }
  .clients .slider-container .bx-viewport {
    height: 520px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 376px) {
  .clients .slider-container .bxslider-clients {
    height: 445px;
  }
  .clients .slider-container .bx-viewport {
    height: 445px !important;
  }
}
@media (min-width: 376px) and (max-width: 426px) {
  .clients .slider-container .bxslider-clients {
    height: 380px;
  }
}
#more_button {
  cursor: pointer;
}

.buttons {
  cursor: pointer;
}

#menu_button {
  cursor: pointer;
}

/*
 ===================================================
    ABOUTPAGE TEAM SECTION
 ===================================================
*/
.team-section {
  color: #ffffff;
  text-align: center;
  background-color: #37464c;
}
.team-section .title {
  padding-top: 20px;
}
.team-section .title .class-h1 {
  color: #2197ce;
  font-size: 42px;
  font-weight: 500;
}
.team-section .title p {
  font-size: 17px;
  line-height: 20px;
  padding-top: 0px;
  margin: auto;
}
.team-section .text-center {
  text-align: center;
}
.team-section .ring-container {
  display: flex;
  flex-direction: row;
  margin: 40px auto 0 auto;
  justify-content: center;
}
.team-section .ring-container .ring-left-container {
  position: relative;
  background-image: url("/images/team/map_left.png");
  width: 450px;
  height: 489px;
}
.team-section .ring-container .ring-left-container .circleRO {
  width: 29px;
  height: 29px;
  background-image: url("/images/team/mapROPoint.png");
  position: absolute;
  top: 95px;
  left: 268px;
}
.team-section .ring-container .ring-left-container .circleBE {
  width: 19px;
  height: 19px;
  background-image: url("/images/team/mapBEPoint.png");
  position: absolute;
  top: 382px;
  left: 60px;
}
.team-section .ring-container .ring-left-container .circleAR {
  width: 19px;
  height: 19px;
  background-image: url("/images/team/mapARPoint.png");
  position: absolute;
  top: 395px;
  left: 370px;
}
.team-section .ring-container .ring-left-container-mobile {
  display: none;
}
.team-section .ring-container .ring-right-container {
  position: relative;
  background-image: url("/images/team/map_right.png");
  width: 450px;
  height: 489px;
}
.team-section .ring-container .ring-right-container .circleUS {
  width: 36px;
  height: 36px;
  background-image: url("/images/team/mapUSPoint.png");
  position: absolute;
  top: 56px;
  left: 290px;
}
.team-section .ring-container .ring-right-container .circleDE {
  width: 19px;
  height: 19px;
  background-image: url("/images/team/mapDEPoint.png");
  position: absolute;
  top: 218px;
  left: 117px;
}
.team-section .ring-container .ring-right-container .circleAUS {
  width: 29px;
  height: 29px;
  background-image: url("/images/team/mapAUSPoint.png");
  position: absolute;
  top: 220px;
  left: 335px;
}
.team-section .ring-container .ring-right-container .circleGE {
  width: 29px;
  height: 29px;
  background-image: url("/images/team/mapGEPoint.png");
  position: absolute;
  top: 370px;
  left: 88px;
}
.team-section .ring-container .ring-right-container .circleMO {
  width: 19px;
  height: 19px;
  background-image: url("/images/team/mapMOPoint.png");
  position: absolute;
  top: 410px;
  left: 340px;
}
.team-section .ring-container .ring-right-container-mobile {
  display: none;
}
.team-section .ring-container .ringring {
  height: 25px;
  width: 25px;
  margin-left: 0px;
  margin-top: 0px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
.team-section .power-class-h1 {
  color: #2197ce;
  font-size: 42px;
  font-weight: 500;
  padding-top: 40px;
}
.team-section .team-class-h1 {
  color: #3CBE7A;
  font-size: 42px;
  font-weight: 500;
  padding-top: 40px;
}
.team-section .power-filter-parent {
  padding-top: 40px;
}
.team-section .power-filter-parent .navbar-power-filter {
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
  list-style-type: none;
}
.team-section .power-filter-parent .navbar-power-filter .filter-serious-statistics:before {
  width: 18px;
  height: 19px;
  margin-right: 10px;
  content: "";
  background-image: url("/images/team/serious.svg");
  background-repeat: no-repeat;
}
.team-section .power-filter-parent .navbar-power-filter .filter-fun-statistics:before {
  width: 18px;
  height: 19px;
  margin-right: 10px;
  content: "";
  background-image: url("/images/team/fun.svg");
  background-repeat: no-repeat;
}
.team-section .power-filter-parent .navbar-power-filter .filter-boring-statistics:before {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  content: "";
  background-image: url("/images/team/boring.svg");
  background-repeat: no-repeat;
}
.team-section .power-filter-parent .navbar-power-filter li {
  margin: 7px 8px 8px 7px;
  color: #F3F3F3;
  background: #2F3A3D;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 12px;
  box-sizing: border-box;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.team-section .power-filter-parent .navbar-power-filter li:hover {
  background: #202A2C;
  transition-duration: 0.25s;
}
.team-section .power-filter-parent .navbar-power-filter li.current-active {
  background: #202A2C;
}
.team-section .power-filter-parent .navbar-power-filter li .power-filter-hide-mob {
  padding-left: 5px;
}
.team-section .power-statistics {
  padding-top: 40px;
  padding-left: 130px;
  padding-right: 130px;
}
.team-section .power-statistics .hide {
  display: none;
}
.team-section .power-statistics .serious-statistics {
  display: flex;
}
.team-section .power-statistics .serious-statistics .left {
  width: 30%;
  text-align: left;
  margin-top: 70px;
}
.team-section .power-statistics .serious-statistics .left .software {
  border: 1px solid #3CBE7A;
  border-radius: 3px;
  background: #37464C;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .serious-statistics .left .software .software-years {
  padding-top: 50px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .serious-statistics .left .software .software-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .serious-statistics .left .design {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .serious-statistics .left .design .design-years {
  padding-top: 50px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .serious-statistics .left .design .design-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .serious-statistics .middle {
  width: 30%;
  text-align: left;
}
.team-section .power-statistics .serious-statistics .middle .project-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .serious-statistics .middle .project-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 55px;
}
.team-section .power-statistics .serious-statistics .middle .project-management .project-management-years {
  font-size: 35px;
  line-height: 20px;
  margin-top: 20px;
}
.team-section .power-statistics .serious-statistics .middle .project-management .project-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .serious-statistics .middle .business-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .serious-statistics .middle .business-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 15px;
}
.team-section .power-statistics .serious-statistics .middle .business-management .business-management-years {
  margin-top: 20px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .serious-statistics .middle .business-management .business-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .serious-statistics .right {
  width: 30%;
}
.team-section .power-statistics .serious-statistics .right .team-management {
  margin-top: 70px;
  margin-left: 80px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
.team-section .power-statistics .serious-statistics .right .team-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
}
.team-section .power-statistics .serious-statistics .right .team-management .team-management-about-first {
  padding-top: 30px;
}
.team-section .power-statistics .serious-statistics .right .team-management .team-management-about-second {
  padding-top: 20px;
}
.team-section .power-statistics .serious-statistics .right .team-management .green_border_second {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
  padding-top: 30px;
}
.team-section .power-statistics .fun-statistics {
  display: flex;
}
.team-section .power-statistics .fun-statistics .left {
  width: 30%;
  text-align: left;
  margin-top: 70px;
}
.team-section .power-statistics .fun-statistics .left .software {
  border: 1px solid #3CBE7A;
  border-radius: 3px;
  background: #37464C;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .fun-statistics .left .software .events-number {
  padding-top: 40px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .fun-statistics .left .software .software-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .fun-statistics .left .design {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .fun-statistics .left .design .playlist-number {
  padding-top: 50px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .fun-statistics .left .design .design-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .fun-statistics .middle {
  width: 30%;
  text-align: left;
}
.team-section .power-statistics .fun-statistics .middle .project-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .fun-statistics .middle .project-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 55px;
}
.team-section .power-statistics .fun-statistics .middle .project-management .project-management-years {
  font-size: 35px;
  line-height: 20px;
  margin-top: 20px;
}
.team-section .power-statistics .fun-statistics .middle .project-management .project-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .fun-statistics .middle .business-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .fun-statistics .middle .business-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 15px;
}
.team-section .power-statistics .fun-statistics .middle .business-management .business-management-years {
  margin-top: 20px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .fun-statistics .middle .business-management .business-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .fun-statistics .right {
  width: 35%;
}
.team-section .power-statistics .fun-statistics .right .team-management {
  margin-top: 70px;
  margin-left: 80px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
.team-section .power-statistics .fun-statistics .right .team-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
}
.team-section .power-statistics .fun-statistics .right .team-management .team-management-about-first {
  padding-top: 30px;
}
.team-section .power-statistics .fun-statistics .right .team-management .team-management-about-second {
  padding-top: 20px;
}
.team-section .power-statistics .fun-statistics .right .team-management .green_border_second {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
  padding-top: 30px;
}
.team-section .power-statistics .boring-statistics {
  display: flex;
}
.team-section .power-statistics .boring-statistics .left {
  width: 30%;
  text-align: left;
  margin-top: 70px;
}
.team-section .power-statistics .boring-statistics .left .software {
  border: 1px solid #3CBE7A;
  border-radius: 3px;
  background: #37464C;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .boring-statistics .left .software .hours-numbers {
  padding-top: 40px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .boring-statistics .left .software .software-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .boring-statistics .left .design {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .boring-statistics .left .design .design-years {
  padding-top: 50px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .boring-statistics .left .design .design-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .boring-statistics .middle {
  width: 30%;
  text-align: left;
}
.team-section .power-statistics .boring-statistics .middle .project-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .boring-statistics .middle .project-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 55px;
}
.team-section .power-statistics .boring-statistics .middle .project-management .times {
  font-size: 35px;
  line-height: 35px;
  margin-top: 20px;
}
.team-section .power-statistics .boring-statistics .middle .project-management .project-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .boring-statistics .middle .business-management {
  background: #3A4F57;
  height: 202px;
  padding-left: 27px;
  padding-right: 10px;
}
.team-section .power-statistics .boring-statistics .middle .business-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 64px;
  padding-top: 15px;
}
.team-section .power-statistics .boring-statistics .middle .business-management .business-management-years {
  margin-top: 20px;
  font-size: 35px;
  line-height: 35px;
}
.team-section .power-statistics .boring-statistics .middle .business-management .business-management-about {
  padding-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
}
.team-section .power-statistics .boring-statistics .right {
  width: 35%;
}
.team-section .power-statistics .boring-statistics .right .team-management {
  margin-top: 70px;
  margin-left: 80px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
.team-section .power-statistics .boring-statistics .right .team-management .green_border {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
}
.team-section .power-statistics .boring-statistics .right .team-management .team-management-about-first {
  padding-top: 30px;
}
.team-section .power-statistics .boring-statistics .right .team-management .team-management-about-second {
  padding-top: 20px;
}
.team-section .power-statistics .boring-statistics .right .team-management .green_border_second {
  border-bottom: 3px solid #3CBE7A;
  width: 158px;
  padding-top: 30px;
}
.team-section .team-filter-parent {
  padding-top: 40px;
}
.team-section .team-filter-parent .navbar-team-filter {
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
  list-style-type: none;
}
.team-section .team-filter-parent .navbar-team-filter li {
  margin: 7px 8px 8px 7px;
  color: #F3F3F3;
  background: #2F3A3D;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 12px;
  box-sizing: border-box;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 9px 21px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.team-section .team-filter-parent .navbar-team-filter li:hover {
  background: #202A2C;
  transition-duration: 0.25s;
}
.team-section .team-filter-parent .navbar-team-filter li.current-active {
  background: #202A2C;
}
.team-section .team-members-row {
  padding-bottom: 30px;
}
.team-section .team-members-row img {
  margin-top: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-section .team-members-row > div {
  margin-top: 160px;
}
.team-section .team-members-row > div:hover {
  background-color: #253137;
}
.team-section .team-members-row .info-member {
  padding: 0px 20px 20px 20px;
}
.team-section h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.team-section .class-h2 {
  color: #3cbe7a;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.team-section .class-h3 {
  margin-top: 0;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .team-section .title p {
    margin: auto;
    width: 53%;
  }
  .team-section .team-filter-parent {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-section .team-filter-parent {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-section .ring-container {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .team-section .ring-container .ring-right-container {
    margin-top: 12px;
    margin-left: -10px;
  }
  .team-section .power-statistics .serious-statistics {
    display: block;
  }
  .team-section .power-statistics .serious-statistics .left {
    width: 50%;
    float: left;
  }
  .team-section .power-statistics .serious-statistics .middle {
    width: 50%;
    display: inline-block;
  }
  .team-section .power-statistics .serious-statistics .right {
    width: 100%;
  }
  .team-section .power-statistics .serious-statistics .right .team-management {
    font-size: 17px;
    margin-left: 0px;
    padding-top: 20px;
  }
  .team-section .power-statistics .fun-statistics {
    display: block;
  }
  .team-section .power-statistics .fun-statistics .left {
    width: 50%;
    float: left;
  }
  .team-section .power-statistics .fun-statistics .middle {
    width: 50%;
    display: inline-block;
  }
  .team-section .power-statistics .fun-statistics .right {
    width: 100%;
  }
  .team-section .power-statistics .fun-statistics .right .team-management {
    font-size: 17px;
    margin-left: 0px;
    padding-top: 20px;
  }
  .team-section .power-statistics .boring-statistics {
    display: block;
  }
  .team-section .power-statistics .boring-statistics .left {
    width: 50%;
    float: left;
  }
  .team-section .power-statistics .boring-statistics .middle {
    width: 50%;
    display: inline-block;
  }
  .team-section .power-statistics .boring-statistics .right {
    width: 100%;
  }
  .team-section .power-statistics .boring-statistics .right .team-management {
    font-size: 17px;
    margin-left: 0px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .team-section .title p {
    max-width: 60%;
  }
  .team-section .team-members-row {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .team-section .ring-container {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .team-section .ring-container .ring-left-container {
    display: none;
  }
  .team-section .ring-container .ring-left-container-mobile {
    position: relative;
    background-image: url("/images/team/map_left_mob.png");
    width: 300px;
    height: 326px;
    display: block;
  }
  .team-section .ring-container .ring-left-container-mobile .circleROMob {
    width: 29px;
    height: 29px;
    background-image: url("/images/team/mapROPoint.png");
    position: absolute;
    top: 63px;
    left: 179px;
  }
  .team-section .ring-container .ring-left-container-mobile .circleBEMob {
    width: 19px;
    height: 19px;
    background-image: url("/images/team/mapBEPoint.png");
    position: absolute;
    top: 255px;
    left: 40px;
  }
  .team-section .ring-container .ring-left-container-mobile .circleARMob {
    width: 19px;
    height: 19px;
    background-image: url("/images/team/mapARPoint.png");
    position: absolute;
    top: 263px;
    left: 247px;
  }
  .team-section .ring-container .ring-right-container {
    display: none;
  }
  .team-section .ring-container .ring-right-container-mobile {
    margin-top: 8px;
    margin-left: -5px;
    position: relative;
    background-image: url("/images/team/map_right_mob.png");
    width: 300px;
    height: 326px;
    display: block;
  }
  .team-section .ring-container .ring-right-container-mobile .circleUSMob {
    width: 36px;
    height: 36px;
    background-image: url("/images/team/mapUSPoint.png");
    position: absolute;
    top: 37px;
    left: 193px;
  }
  .team-section .ring-container .ring-right-container-mobile .circleDEMob {
    width: 19px;
    height: 19px;
    background-image: url("/images/team/mapDEPoint.png");
    position: absolute;
    top: 145px;
    left: 78px;
  }
  .team-section .ring-container .ring-right-container-mobile .circleAUSMob {
    width: 29px;
    height: 29px;
    background-image: url("/images/team/mapAUSPoint.png");
    position: absolute;
    top: 147px;
    left: 223px;
  }
  .team-section .ring-container .ring-right-container-mobile .circleGEMob {
    width: 29px;
    height: 29px;
    background-image: url("/images/team/mapGEPoint.png");
    position: absolute;
    top: 247px;
    left: 59px;
  }
  .team-section .ring-container .ring-right-container-mobile .circleMOMob {
    width: 19px;
    height: 19px;
    background-image: url("/images/team/mapMOPoint.png");
    position: absolute;
    position: absolute;
    top: 263px;
    left: 227px;
  }
  .team-section .title {
    padding-top: 10px;
  }
  .team-section .title .class-h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .team-section .title p {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .team-section .team-members-row > div {
    margin: 130px 15px 0px 15px;
    background-color: #253137;
  }
  .team-section .power-filter-parent .navbar-power-filter {
    padding-inline-start: 0;
  }
  .team-section .power-filter-parent .navbar-power-filter .power-filter {
    margin-left: 4px;
    margin-right: 4px;
  }
  .team-section .power-filter-parent .navbar-power-filter .power-filter .power-filter-hide-mob {
    display: none;
  }
  .team-section .power-statistics {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .team-section .power-statistics .statistic-blocks {
    flex-direction: column;
  }
  .team-section .power-statistics .statistic-blocks .left {
    width: 100%;
    margin-top: 0px;
  }
  .team-section .power-statistics .statistic-blocks .middle {
    width: 100%;
  }
  .team-section .power-statistics .statistic-blocks .middle .project-management .green_border {
    margin-top: 20px;
  }
  .team-section .power-statistics .statistic-blocks .right {
    order: -1;
    margin-bottom: 20px;
    width: 100%;
  }
  .team-section .power-statistics .statistic-blocks .right .team-management {
    margin-top: 20px;
    margin-left: 0;
  }
  .team-section .team-filter-parent .navbar-team-filter {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .team-section .title p {
    margin: 0;
  }
}
.scroll-removed {
  overflow: hidden;
}

.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.ai-services-container {
  max-width: 1140px;
  margin: 0 auto;
}
.ai-services-container .ai-services-hero {
  display: flex;
  gap: 21px;
  padding-bottom: 20px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ai-services-container .ai-services-hero {
    padding: 0 16px 24px;
  }
}
.ai-services-container .ai-services-hero .ai-services-title {
  max-width: 380px;
  font-weight: 700;
  font-size: 41px;
  line-height: 45.1px;
  margin: 0;
  color: #F3F3F3;
}
@media (max-width: 768px) {
  .ai-services-container .ai-services-hero .ai-services-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.ai-services-container .ai-services-hero .ai-services-description {
  max-width: 630px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
@media (max-width: 768px) {
  .ai-services-container .ai-services-hero .ai-services-description {
    font-size: 16px;
    line-height: 20px;
  }
}

.ai-services-section-container {
  scroll-margin-top: 27px;
  font-family: "Lato";
  background-color: #37464c;
  padding: 40px 48px 32px;
}
@media (max-width: 768px) {
  .ai-services-section-container {
    padding: 24px 12px 24px;
  }
}
.ai-services-section-container .ai-services-main-section {
  background-color: #FFFFFF4D;
  justify-content: space-between;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: start;
  flex-direction: row;
}
@media (max-width: 768px) {
  .ai-services-section-container .ai-services-main-section {
    flex-direction: column;
    padding: 12px;
    gap: 12px;
  }
}

.topics-section {
  width: 33.3333333333%;
  max-width: 314px;
  padding: 16px 8px;
  background: #FFFFFFCC;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  position: sticky;
  top: 16px;
  display: block;
}
@media (max-width: 768px) {
  .topics-section {
    display: none;
  }
}
.topics-section .section-title {
  font-size: 14px;
  color: #37464C;
  padding: 6px 16px;
  margin: 0;
}
.topics-section .topics-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.topics-section .topics-list .topics-list-item {
  white-space: nowrap;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  color: #222E32;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.topics-section .topics-list .topics-list-item:not(.item-active):hover {
  background: #ffffff9d;
  font-weight: 600;
}
.topics-section .topics-list .topics-list-item.item-active {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  color: #FFFFFF;
  font-weight: 600;
  line-height: 24px;
}
.topics-section .topics-list .topics-list-item .icon-container {
  width: 24px;
  height: 24px;
}
.topics-section .topics-list .topics-list-item .icon-container .topic-icon {
  width: 100%;
}

.topics-section-mobile {
  scroll-margin-top: 50px;
  padding: 12px;
  background: #FFFFFFCC;
  border-radius: 12px;
  position: sticky;
  top: 50px;
  display: none;
  width: 100%;
  z-index: 11;
}
@media (max-width: 768px) {
  .topics-section-mobile {
    display: block;
  }
}
@media (max-height: 678px) {
  .topics-section-mobile {
    max-height: calc(100svh - 50px);
    overflow-y: auto;
  }
}
.topics-section-mobile .topics-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .topics-section-mobile .topics-list {
    gap: 12px;
  }
}
.topics-section-mobile .topics-list:has(.topics.is-open) .topics-list-item .dropdown-arrow {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.topics-section-mobile .topics-list .topics-list-item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  color: #222E32;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.topics-section-mobile .topics-list .topics-list-item:not(.item-active):hover {
  background: #00000011;
}
.topics-section-mobile .topics-list .topics-list-item.item-active {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  color: #FFFFFF;
  font-weight: 600;
  line-height: 24px;
}
.topics-section-mobile .topics-list .topics-list-item .icon-container {
  width: 24px;
  height: 24px;
}
.topics-section-mobile .topics-list .topics-list-item .icon-container .topic-icon {
  width: 100%;
}
.topics-section-mobile .topics-list .topics-list-item .dropdown-arrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}
.topics-section-mobile .topics {
  display: none;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 16px 8px;
}
.topics-section-mobile .topics.is-open {
  display: block;
}

.emoji {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.emoji.lightbulb {
  background-image: url("/images/ai_services/light_bulb.svg");
  transform: unset;
}
.emoji.checkmark {
  background-image: url("/images/ai_services/check_mark.svg");
}
.emoji.blue-diamond {
  background-image: url("/images/ai_services/blue_diamond.svg");
}
.emoji.orange-diamond {
  background-image: url("/images/ai_services/orange_diamond.svg");
}
.emoji.white-square {
  background-image: url("/images/ai_services/white_square.svg");
  background-position: center 0.5px;
}
.emoji.briefcase {
  background-image: url("/images/ai_services/briefcase.svg");
}
.emoji.pointing-right {
  background-image: url("/images/ai_services/pointing_right.svg");
}
.emoji.right-arrow {
  background-image: url("/images/ai_services/right_arrow.svg");
}
.emoji.arrow-up {
  background-image: url("/images/ai_services/arrow_up.svg");
}

.chat-section {
  width: 68.2%;
  background-color: #FFFFFF;
  border-radius: 12px;
  min-height: 604px;
  color: #37464C;
}
@media (max-width: 768px) {
  .chat-section {
    width: 100%;
  }
}
.chat-section.build-custom-gpt-apps {
  min-height: 3208px;
}
.chat-section.build-an-ai-knowledge-base {
  min-height: 3579px;
}
.chat-section.automate-work-with-ai-agents {
  min-height: 2469px;
}
.chat-section.generate-content-with-ai {
  min-height: 2289px;
}
.chat-section.process-and-analyze-data-with-ai {
  min-height: 2227px;
}
.chat-section.design-ai-products-users-love {
  min-height: 2662px;
}
.chat-section.ai-search-and-personalization {
  min-height: 2844px;
}
.chat-section.ai-chat-and-in-app-assistants {
  min-height: 3049px;
}
.chat-section.predictive-ai-and-decision-support {
  min-height: 2656px;
}
.chat-section .chat-header {
  display: none;
  align-items: start;
  gap: 8px;
  padding: 16px 16px 8px;
  border-bottom: 1px solid #EFEFEF;
  box-shadow: 0px 3px 12.3px 0px #0000000D;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .chat-section .chat-header {
    display: flex;
  }
}
.chat-section .chat-header .logo-container {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-color: #2197CE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.chat-section .chat-header .logo-container .chat-logo {
  width: 21px;
}
.chat-section .chat-header .header-texts {
  display: flex;
  flex-direction: column;
}
.chat-section .chat-header .header-texts .topic-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
.chat-section .chat-header .header-texts .topic-description {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.chat-section .chat-header-mobile {
  display: none;
  flex-direction: column;
  align-items: start;
  padding: 16px;
  border-bottom: 1px solid #EFEFEF;
  box-shadow: 0px 3px 12.3px 0px #0000000D;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .chat-section .chat-header-mobile {
    display: flex;
  }
}
.chat-section .chat-header-mobile .top-part {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-section .chat-header-mobile .top-part .topic-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}
.chat-section .chat-header-mobile .top-part .logo-container {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-color: #2197CE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.chat-section .chat-header-mobile .top-part .logo-container .chat-logo {
  width: 21px;
}
.chat-section .chat-header-mobile .topic-description {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.chat-conversations {
  padding: 0 16px 40px;
}
.chat-conversations .conversation-section {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.chat-conversations .conversation-section:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 24px;
}
.chat-conversations .conversation-section .question {
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #EFEFEF;
  width: -moz-max-content;
  width: max-content;
  align-self: flex-end;
  max-width: 100%;
  opacity: 0;
  transform: translateY(12px);
  animation: questionAppear 0.35s ease forwards;
}
@media (max-width: 768px) {
  .chat-conversations .conversation-section .question {
    align-items: flex-start;
    border-radius: 16px;
  }
}
.chat-conversations .conversation-section .question .icon-container {
  width: 20px;
  height: 20px;
}
.chat-conversations .conversation-section .question .icon-container .question-icon {
  width: 20px;
  vertical-align: unset;
}
.chat-conversations .conversation-section .question .question-text {
  color: #222E32;
  line-height: 24px;
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .chat-conversations .conversation-section .question .question-text {
    line-height: 20px;
    font-size: 14px;
    -moz-text-align-last: right;
         text-align-last: right;
  }
}

.response {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #37464C;
}
@media (max-width: 768px) {
  .response {
    font-size: 14px;
  }
}
.response .base-text {
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.response .base-text:has(> .headline), .response .base-text:has(> .text) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.response .base-text:has(> .headline) .text, .response .base-text:has(> .text) .text {
  margin-left: 0;
}
.response .base-text .text {
  margin-left: 8px;
}
.response .base-text .headline {
  color: #222E32;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .response .base-text .headline {
    font-size: 16px;
  }
}
.response blockquote {
  font-size: 16px;
  margin: 0 0 0 16px;
  padding: 0 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .response blockquote {
    font-size: 14px;
  }
}
.response blockquote p {
  margin: 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.response ul {
  list-style: none;
  padding: 0 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.response ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.response .statistics-chart-container {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
}
.response .statistics-chart-container .chart {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .response .statistics-chart-container .chart {
    display: none;
  }
}
.response .statistics-chart-container .mobile-chart {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .response .statistics-chart-container .mobile-chart {
    display: block;
  }
}
.response .statistics-images-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .response .statistics-images-container {
    flex-direction: column;
  }
}
.response .statistics-images-container .stats-card {
  width: 220px;
  height: 200px;
  background-color: #1A2528;
  width: 33.3333333333%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  padding: unset;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card {
    flex-direction: row;
    width: 100%;
    height: 64px;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 12px;
    text-align: start;
    font-size: 12px;
  }
}
.response .statistics-images-container .stats-card .graph {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .graph {
    gap: 3px;
  }
}
.response .statistics-images-container .stats-card .stats-text {
  margin: 0;
  max-width: 184px;
  line-height: 20px;
  min-height: 40px;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .stats-text {
    max-width: unset;
    min-height: unset;
  }
}
.response .statistics-images-container .stats-card .stats-text.second-line {
  max-width: 170px;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .stats-text.second-line {
    max-width: unset;
  }
}
.response .statistics-images-container .stats-card .graph-text {
  margin: 0;
  font-size: 41px;
  font-weight: 600;
  line-height: 45.1px;
  opacity: 0;
  animation: fadeIn 2.8s forwards ease-in;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .graph-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
  }
}
.response .statistics-images-container .stats-card.green {
  color: #3CBE7A;
}
.response .statistics-images-container .stats-card.blue {
  color: #2197CE;
}
.response .statistics-images-container .stats-card.purple .stats-text, .response .statistics-images-container .stats-card.purple .graph-text {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.response .statistics-images-container .stats-card .statistics-donut {
  width: 98px;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .statistics-donut {
    width: 50px;
  }
}
.response .statistics-images-container .stats-card .statistics-arrow {
  width: 64px;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .statistics-arrow {
    width: 32px;
  }
}
.response .statistics-images-container .stats-card .statistics-graph {
  width: 114px;
}
@media (max-width: 768px) {
  .response .statistics-images-container .stats-card .statistics-graph {
    width: 59px;
  }
}

.contact-us-response {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us-response .bolded-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
@media (max-width: 768px) {
  .contact-us-response .bolded-text {
    font-size: 14px;
  }
}
.contact-us-response .button-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.contact-us-response .button-section .schedule-meeting-button {
  border-radius: 100px;
  line-height: 24px;
  text-decoration: none;
  padding: 4px 8px;
  color: #FFFFFF;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}

.image-skeleton {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.image-skeleton img {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.image-skeleton.loaded {
  background-color: unset;
  border-radius: 0;
}
.image-skeleton.loaded img {
  opacity: 1;
}
.image-skeleton.loaded::before {
  display: none;
}

.statistics-chart-container .image-skeleton {
  background: #2a2a2a;
}
.statistics-chart-container .image-skeleton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeletonWave 1.4s infinite;
}
.statistics-chart-container .image-skeleton.loaded {
  background-color: unset;
  border-radius: 0;
}
.statistics-chart-container .image-skeleton.loaded img {
  opacity: 1;
}
.statistics-chart-container .image-skeleton.loaded::before {
  display: none;
}

.stats-card:has(.image-skeleton:not(.loaded)) {
  position: relative;
  overflow: hidden;
}

.stats-card:has(.image-skeleton:not(.loaded))::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeletonWave 1.4s infinite;
  pointer-events: none;
}

.dots::after {
  content: "...";
  animation: blink 1s infinite;
  margin-left: 2px;
}

.typing-cursor::after {
  content: "|";
  animation: blink 0.1s infinite;
  margin-left: 2px;
}

@keyframes skeletonWave {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes questionAppear {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  70% {
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/*
 ===================================================
    AFFILIATE SECTION
 ===================================================
*/
.affiliate-header {
  padding-top: 40px;
  padding-bottom: 0px;
  margin: auto;
}

.affiliate-header-description {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 650px;
  margin: auto;
}

.icon-admin-dashboard {
  margin-top: 0 !important;
}

.affiliate-section {
  background-color: #37464c;
}
.affiliate-section .nav-select {
  padding-bottom: 0px !important;
}
.affiliate-section .nav-select .affiliate-sort {
  height: 40px;
}
.affiliate-section .nav-select .affiliate-sort .form-control {
  background-color: #202A2C !important;
  border: 1px solid #697072 !important;
  border-radius: 0 !important;
  color: #F3F3F3 !important;
  padding-right: 30px;
}
.affiliate-section .nav-select .affiliate-sort .form-control option {
  font-size: 16px;
}
.affiliate-section .nav-select .affiliate-sort .form-control select {
  padding-right: 5px;
}
.affiliate-section .nav-select .affiliate-sort .sort_title {
  float: left;
  color: #2197ce;
  letter-spacing: 1px;
  padding-top: 8px;
}
.affiliate-section .nav-select .affiliate-sort .sort_select {
  padding-left: 10px;
  float: left;
}
.affiliate-section .nav-select .affiliate-sort .technology_title {
  padding-left: 20px;
  float: left;
  color: #2197ce;
  letter-spacing: 1px;
  padding-top: 8px;
}
.affiliate-section .nav-select .affiliate-sort .technology_select {
  padding-left: 10px;
  float: left;
}
.affiliate-section .row {
  margin: 0px 8px;
}
.affiliate-section .row > div {
  padding: 40px 15px 0px 15px;
}
.affiliate-section .row > div .affiliate-project-about {
  padding: 20px;
  background-color: #2A383D !important;
  height: 100%;
}
.affiliate-section .row > div img {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.affiliate-section .row > div img#backpack-img {
  padding: 20px;
}
.affiliate-section .row > div .text {
  padding-bottom: 10px;
  text-align: left;
}
.affiliate-section .row > div .text .class-h1 {
  margin: 0px;
  text-align: left;
  padding: 20px 0px 15px 0px;
  font-size: 20px;
  min-height: 80px;
  font-weight: bold;
}
.affiliate-section .row > div .text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.affiliate-section .row > div .affiliate-buttons {
  display: inline-block;
  width: 100%;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-left {
  float: left;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-left .btn-blue {
  margin-left: 0px;
  margin-top: -160px;
  border-radius: 0px;
  background-color: #2197CE;
  border: none;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-left a {
  text-decoration: none;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-left a:hover {
  background-color: #E6E6E6;
  color: #2197CE;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-right {
  float: right;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-right .btn-green {
  margin-left: 0px;
  margin-top: -160px;
  border-radius: 0px;
  background-color: #3CBE7A;
  border: none;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-right a {
  text-decoration: none;
}
.affiliate-section .row > div .affiliate-buttons .affiliate-btn-right a:hover {
  background-color: #E6E6E6;
  color: #3CBE7A;
}
.affiliate-section .pagination .active span,
.affiliate-section .pagination .active span:active,
.affiliate-section .pagination .active span:focus {
  border: 0 !important;
  background-color: #2197CE !important;
  border-radius: 50% !important;
  width: 34px;
  height: 34px;
}
.affiliate-section .pagination .disabled span {
  color: #F3F3F3 !important;
  background-color: transparent;
}
.affiliate-section .pagination li {
  font-size: 16px;
}
.affiliate-section .pagination li span {
  background-color: transparent;
  border: 0 !important;
}
.affiliate-section .pagination li a {
  background-color: transparent !important;
  color: #F3F3F3 !important;
  border: 0 !important;
}
.affiliate-section .pagination li a:hover {
  text-decoration: underline;
}
.affiliate-section .pagination li.active {
  background-color: #2197CE !important;
}

@media (min-width: 1200px) {
  .affiliate-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .affiliate-section .row {
    padding-bottom: 50px;
  }
  .affiliate-section .row .affiliate-buttons .btn-blue {
    padding-left: 26px;
    padding-right: 26px;
  }
  .affiliate-section .row .affiliate-buttons .btn-green {
    padding-left: 26px;
    padding-right: 26px;
  }
  .affiliate-section .row .text p {
    min-height: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affiliate-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .affiliate-section .row {
    padding-bottom: 50px;
  }
  .affiliate-section .row .affiliate-buttons .btn-blue {
    padding-left: 17px;
    padding-right: 17px;
  }
  .affiliate-section .row .affiliate-buttons .btn-green {
    padding-left: 17px;
    padding-right: 17px;
  }
  .affiliate-section .row .text p {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affiliate-section .row .affiliate-buttons .btn-blue {
    padding-left: 26px;
    padding-right: 26px;
  }
  .affiliate-section .row .affiliate-buttons .btn-green {
    padding-left: 26px;
    padding-right: 26px;
  }
  .affiliate-section .row .text p {
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .affiliate-section .technology_title {
    clear: both;
    padding-left: 0px !important;
    margin-top: 20px !important;
  }
  .affiliate-section .technology_select {
    margin-top: 20px !important;
  }
  .affiliate-section .row {
    padding-bottom: 20px;
  }
  .affiliate-section .row .affiliate-buttons .btn-blue {
    padding-left: 22px;
    padding-right: 22px;
  }
  .affiliate-section .row .affiliate-buttons .btn-green {
    padding-left: 22px;
    padding-right: 22px;
  }
  .affiliate-section .row .equal {
    display: flex;
    flex-wrap: wrap;
  }
  .affiliate-section .row > div:last-child {
    padding-bottom: 20px;
  }
  .affiliate-section .row > div .text {
    padding-bottom: 30px !important;
  }
  .affiliate-section .row > div .text p {
    font-size: 15px;
    line-height: 20px;
  }
  .affiliate-section .row > div .text .class-h1 {
    min-height: 30px;
  }
}
@media (max-width: 500px) {
  .up-btn.opensource-btn a {
    width: 100%;
  }
  .up-btn.opensource-btn a img {
    padding-left: 5px;
  }
}
/*
 ===================================================
    BLOG SECTION
 ===================================================
*/
.blog-section {
  background-color: #37464c;
}
.blog-section .modal-dialog .modal-content,
.blog-section .modal-dialog button {
  border-radius: 0px;
}
.blog-section .tag {
  color: #3CBE7A;
}
.blog-section .filtering {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
}
.blog-section .filtering .value {
  color: #2197CE;
}
.blog-section .content-search {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
.blog-section .content-search .collection-select {
  margin: 7px 8px 8px 7px;
}
.blog-section .content-search .collection-select select {
  background: #37454A;
  border: 1px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  border-radius: 12px;
  color: rgba(243, 243, 243, 0.89);
  padding-right: 50px;
}
.blog-section .content-search .archive-select {
  margin: 7px 8px 8px 7px;
}
.blog-section .content-search .archive-select select {
  background: #37454A;
  border: 1px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  border-radius: 12px;
  color: rgba(243, 243, 243, 0.89);
  padding-right: 50px;
}
.blog-section .content-search .search {
  margin: 7px 8px 8px 7px;
}
.blog-section .content-search .search input {
  background: #37454A;
  border: 1px solid rgba(255, 255, 255, 0.33);
  box-sizing: border-box;
  border-radius: 12px;
  padding: 7px 10px 7px 10px;
  color: rgba(243, 243, 243, 0.89);
  padding-right: 50px;
}
.blog-section .content-search .found-select-safari {
  background-position: 90% 50% !important;
}
.blog-section .row {
  padding-top: 20px;
}
.blog-section .row .image {
  padding: 0px;
}
.blog-section .row .image .image-wrap {
  display: inline-block;
  background-color: #37464c;
  position: relative;
  z-index: 2;
}
.blog-section .row .blog_images {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  filter: brightness(50%);
  position: relative;
}
.blog-section .row .text {
  height: 370px;
  padding-top: 30px;
}
.blog-section .row .text .class-h1 {
  font-weight: 700;
}
.blog-section .row .text .info-blog {
  font-size: 12px;
  line-height: 18px;
}
.blog-section .row:hover .text {
  background-color: #273237;
}

@media (min-width: 1200px) {
  .blog-section .row:nth-child(odd) .text {
    padding-right: 175px;
    padding-left: 30px;
    margin-left: 100px;
    margin-right: -100px;
  }
  .blog-section .row:nth-child(even) .text {
    padding-left: 155px;
    margin-left: -210px;
    padding-right: 40px;
  }
  .blog-section .row:nth-child(even) .image {
    margin-left: 100px;
  }
  .blog-section .row .text .class-h1 {
    font-size: 32px;
  }
  .blog-section .row .blog_images {
    width: 480px;
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .blog-section .row:nth-child(even) .image {
    margin-left: 0px;
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .blog-section .info-blog br {
    display: none;
  }
  .blog-section .row:nth-child(odd) .image {
    float: right;
    text-align: left;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-section .row img {
    width: 400px;
    height: 330px;
  }
  .blog-section .row .text {
    height: 330px;
  }
  .blog-section .row .text .class-h1 {
    font-size: 26px;
  }
  .blog-section .row .text .info-blog {
    font-size: 14px;
    line-height: 16px;
  }
  .blog-section .row:nth-child(odd) .text {
    padding-right: 125px;
    padding-left: 30px;
    margin-left: 60px;
    margin-right: -60px;
  }
  .blog-section .row:nth-child(even) .text {
    padding-left: 115px;
    margin-left: -70px;
    padding-right: 50px;
    margin-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-section .row {
    background-color: #273237;
    margin-bottom: 40px;
  }
  .blog-section .row .image .image-wrap {
    background-color: transparent;
    padding: 20px 0 0 20px;
  }
  .blog-section .navbar-collapse .navbar-nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .blog-section .row {
    padding-top: 0px;
  }
  .blog-section .row .image {
    text-align: center;
  }
  .blog-section .row .image img {
    width: 100%;
    height: 100%;
  }
  .blog-section .row .text {
    height: auto;
    padding: 20px 15px 40px 15px;
    margin: 0;
  }
  .blog-section .row .text .class-h1 {
    font-size: 24px;
  }
  .blog-section .row:nth-child(even) .image {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .blog-section .navigation-bar .navbar-collapse li a {
    width: auto;
  }
  .blog-section .navigation-bar .navbar-nav {
    overflow: scroll;
  }

  .navigation-bar.navbar-default .navbar-nav.blog > li > a {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 9px 21px;
  }

  .navbar-nav.blog li {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .blog-section .modal-dialog {
    padding-top: 50px;
  }
  .blog-section .navigation-bar .navbar-header {
    display: none;
  }
  .blog-section .navigation-bar .navbar-nav {
    padding-left: 0px;
  }
  .blog-section .navigation-bar .navbar-collapse {
    display: block;
  }
  .blog-section .navigation-bar .navbar-collapse li a {
    padding: 5px 0px 5px 15px;
    float: left;
    width: 160px;
    text-align: center;
  }
  .blog-section .row .text .info-blog {
    font-size: 15px;
    line-height: 18px;
  }
  .blog-section .row .text .class-h1 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .content-search .filtering {
    font-size: 20px;
  }

  .blog-section .content-search {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .blog-section .content-search .collection-select {
    width: 46%;
    margin: 0px 5px 0px 0px;
  }
  .blog-section .content-search .archive-select {
    width: 46%;
    margin: 0px 0px 0px 5px;
  }
  .blog-section .content-search .search {
    margin-top: 14px;
    width: 95%;
  }

  .blog .content-search .search input {
    width: 100%;
  }

  .blog .filtering {
    font-size: 20px;
  }
}
/*
 ===================================================
    POST SECTION
 ===================================================
*/
.post-section {
  background-color: #37464c;
}
.post-section .tag {
  color: #3CBE7A;
}
.post-section .info-blog {
  font-size: 12px;
}
.post-section .top-info {
  background-color: #000000;
}
.post-section .top-info a {
  font-weight: 700;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  background-color: #3CBE7A;
  text-align: right;
  width: 180px;
  padding-right: 20px;
  text-decoration: none;
}
.post-section .top-info a:hover {
  color: #3CBE7A;
  background-color: #ffffff;
}
.post-section .top-info a.subscribe {
  background-color: #2197ce;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  float: right;
}
.post-section .top-info a.subscribe:hover {
  color: #2197ce;
  background-color: #ffffff;
}
.post-section .top-info a.apply {
  background-color: #2197ce;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  float: right;
}
.post-section .top-info a.apply:hover {
  color: #2197ce;
  background-color: #ffffff;
}
.post-section .top-info p {
  padding-left: 70px;
}
.post-section .top-info .info-blog {
  display: inline-block;
}
.post-section .main-section {
  max-width: 790px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
}
.post-section .main-section img {
  height: auto !important;
}
.post-section .main-section h1,
.post-section .main-section h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0px;
}
.post-section .main-section p {
  color: #bababa;
}
.post-section .main-section p a.subscribe-toggle {
  font-size: 18px;
  font-weight: bold;
}
.post-section .main-section p span {
  line-height: 120%;
}
.post-section .main-section pre {
  padding: 0px;
  border: 0;
  border-radius: 0;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.post-section .main-section pre code {
  padding-left: 20px;
  border-radius: 0;
  border: none;
}
.post-section .main-section .citat {
  color: #ffffff;
  font-style: italic;
}
.post-section .authors-section {
  background-color: #273237;
  padding: 40px 40px 40px 30px;
  max-width: 790px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.post-section .authors-section .about-author {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px 15px 10px 63px;
  font-size: 14px;
  font-weight: bold;
  background-color: #3CBE7A;
}
.post-section .authors-section .media {
  margin-top: 45px;
}
.post-section .authors-section .media .media-body {
  font-size: 18px;
  line-height: 21px;
}
.post-section .authors-section .media .media-body .media-heading {
  color: #3CBE7A;
  font-size: 25px;
  font-weight: bold;
}
.post-section .authors-section .media img {
  width: 124px;
  border-radius: 50%;
  margin-right: 20px;
  padding: 0px;
}
.post-section .more-posts {
  background-color: #273237;
}
.post-section .more-posts h2 {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-section .more-posts img {
  width: 100%;
  height: 100%;
  filter: brightness(50%);
}
.post-section .more-posts .row > div {
  margin-bottom: 40px;
  position: relative;
}
.post-section .more-posts .text h1 {
  font-size: 33px;
  font-weight: 700;
}
.post-section .more-posts .text .class-h1 {
  font-size: 33px;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post-section .top-info a {
    width: 140px;
  }
  .post-section .top-info p {
    padding-left: 36px;
  }
  .post-section .more-posts .text {
    bottom: 20px;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .post-section .main-section p,
.post-section .main-section h2, .post-section .main-section h3 {
    /* padding-left: 60px;
    padding-right: 60px; */
  }
  .post-section .info-blog br {
    display: none;
  }
  .post-section .more-posts {
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-section .top-info a {
    width: 115px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .post-section .top-info p {
    vertical-align: middle;
    margin: 0px;
  }
  .post-section .main-section {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (max-width: 991px) {
  .post-section .top-info p {
    padding: 0px 30px 0px 20px;
  }
  .post-section .more-posts .row > div:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .post-section .top-info.buttons {
    display: none;
  }

  #what_we_do_link {
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  .post-section .top-info {
    text-align: right;
  }
  .post-section .top-info a {
    display: none;
  }
  .post-section .top-info p {
    margin: 10px 0px;
  }
  .post-section .top-info.buttons {
    padding-bottom: 20px;
    background-color: #37464c;
  }
  .post-section .top-info.buttons a {
    text-align: center;
    float: left;
    width: 50%;
    display: block;
  }
  .post-section .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-section .main-section .code {
    padding: 5px 0px;
  }
  .post-section .authors-section {
    padding: 15px;
  }
  .post-section .authors-section .about-author {
    padding-left: 15px;
    right: 0px;
  }
  .post-section .authors-section .media .media-left {
    display: block;
  }
  .post-section .authors-section .media .media-heading {
    padding-top: 15px;
  }
  .post-section .more-posts .row img {
    filter: brightness(100%);
  }
  .post-section .more-posts .row .text {
    position: static;
  }
}
.post-section .more-posts .text {
  bottom: 40px;
  left: 80px;
  position: absolute;
}

/*
 ===================================================
    CAREERS PAGE
 ===================================================
*/
.careers-section {
  background-color: #37464c;
  text-align: center;
}
.careers-section .title {
  padding-bottom: 40px;
  padding-top: 30px;
}
.careers-section .title .class-h1 {
  padding-top: 40px;
  margin-top: 0;
  color: #2197ce;
  font-size: 42px;
}
.careers-section .title p {
  font-size: 17px;
  line-height: 20px;
}
.careers-section .title.captitle {
  padding-bottom: 70px;
}
.careers-section .row.clients-row {
  padding-top: 50px;
}
.careers-section .img-slider {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.careers-section .bxslider-clients .quote {
  margin: auto;
}
.careers-section .content-slider-text {
  padding-left: 20px;
}
.careers-section .up-btn.button-slider1 a {
  width: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.careers-section .jobs {
  min-height: 520px;
}
.careers-section .title-slider {
  color: #2197CE;
  margin-bottom: 60px;
}
.careers-section .slider-container {
  height: 580px;
}
.careers-section .slider-container .bx-wrapper {
  padding-left: 54px;
  padding-right: 54px;
  background-color: #2A383D;
  border: 0px;
  box-shadow: none;
}
.careers-section .bxslider-clients.client-slider {
  overflow: hidden;
  height: 340px;
}
.careers-section .bxslider-clients.client-slider li {
  list-style: none;
}
.careers-section .bxslider-clients.client-slider img {
  max-width: 100%;
  display: block;
}
.careers-section .button-tabs {
  width: 150px;
}
.careers-section .up-btn a {
  width: 120px;
  font-size: 14px;
}
.careers-section .bx-wrapper {
  height: 430px;
}
.careers-section .bx-wrapper .bx-prev {
  margin-left: 360px;
  margin-top: 100px;
  z-index: 997 !important;
}
.careers-section .bx-wrapper .bx-next {
  margin-right: 90px;
  margin-top: 100px;
  z-index: 997 !important;
}
.careers-section .bx-viewport {
  padding-top: 70px;
}
.careers-section .jobs-blog .jobs-blog-row .title {
  padding-top: 0px;
}

.title-green {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-left: -10px;
}
.title-green .class-h1 {
  color: #3cbe7a;
  font-size: 36px;
}

.sect4 {
  padding-right: 40px;
}

.lang-en .content-card-benef {
  padding: 15px;
}

.hired {
  padding-bottom: 50px;
}
.hired .title-green .class-h1 {
  padding-bottom: 50px;
}
.hired .content-card-benef {
  padding-left: 60px;
  padding-top: 20px;
  padding-right: 40px;
}
.hired .content-card-benef .class-h4 {
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hired .icon-adjust-second {
  margin-top: -20px;
}

.benefits {
  padding-left: 90px;
  padding-right: 80px;
  padding-top: 20px;
}

.jobs-blog h2.class-h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  .careers-section .title p {
    margin: auto;
    width: 53%;
  }
}
@media (max-width: 1199px) {
  .careers-section .bx-wrapper .bx-prev {
    left: -32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .careers-section .title p {
    margin: auto;
    width: 53%;
  }
}
@media (max-width: 991px) {
  .careers-section .up-btn.button-slider1 a {
    width: 200px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .careers-section .img-to-right {
    display: none;
  }
  .careers-section .job-title {
    text-align: left;
  }
  .careers-section .circle-div {
    float: none;
    vertical-align: top;
  }
  .careers-section .container-description-job {
    display: none;
  }
  .careers-section .benefits {
    padding-left: 50px;
    padding-right: 50px;
  }
  .careers-section .arrow-hired {
    display: none;
  }
  .careers-section .sect4 {
    padding-right: 0px;
  }

  .hired .content-card-benef {
    padding-left: 130px;
    padding-top: 20px;
    padding-right: 130px;
    padding-bottom: 50px;
  }

  .title-green {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .careers-section .title p.class-h4 {
    width: 100%;
  }

  .careers-section .title p {
    margin: auto;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .careers-section .content-slider-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .careers-section .mobile-responsive {
    display: none;
  }
  .careers-section .display-none {
    display: none;
  }
  .careers-section .display-block {
    display: block;
  }
  .careers-section .benefits {
    padding-left: 0px;
    padding-right: 0px;
  }
  .careers-section .title, .careers-section .title.captitle {
    padding-bottom: 40px;
  }
  .careers-section .title p, .careers-section .title.captitle p {
    text-align: left;
    padding-right: 20px;
  }
  .careers-section .img-slider {
    margin-top: 0px;
    transform: scale(0.8);
  }
  .careers-section .slider-container {
    height: 940px;
  }
  .careers-section .bx-wrapper {
    height: 780px;
  }
  .careers-section .bx-wrapper .bx-prev {
    left: -349px;
    margin-top: 215px;
  }
  .careers-section .bx-wrapper .bx-next {
    margin-top: 215px;
    margin-right: 0px;
  }
  .careers-section .circle-div {
    float: left;
  }
  .careers-section .jobs {
    min-height: auto;
  }
  .careers-section .button-tabs {
    width: 50%;
  }
  .careers-section .job-title {
    text-align: left;
    padding-left: 20px;
  }
  .careers-section .container-jobs {
    padding-left: 0px;
    padding-right: 0px;
  }
  .careers-section .sect4 {
    padding-right: 15px;
  }

  .hired {
    padding-bottom: 30px;
  }
  .hired .content-card-benef {
    padding-left: 40px;
    padding-right: 40px;
  }

  .getWeb .button-tabs {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .hired .content-card-benef .class-h4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .careers-section .title .class-h4 {
    text-align: center;
    padding-right: 0;
  }

  .careers-section .title .class-h1 {
    text-align: left;
    padding-right: 20px;
    padding-top: 30px;
    font-size: 30px;
    line-height: 30px;
  }

  .careers-section .title p {
    text-align: left;
  }
}
/*
 ===================================================
    CONTACT PAGE
 ===================================================
*/
.contact-section #map,
.contact-section #map-australia,
.contact-section #map-belgium,
.contact-section #map-italy,
.contact-section #map-germany {
  height: 400px;
}
.contact-section .contact-map {
  padding: 0px;
}
.contact-section .row {
  margin-left: 0px;
  margin-right: 0px;
}
.contact-section .row h1 {
  color: #3CBE7A;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.contact-section .row p {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin: 0px;
  padding-bottom: 5px;
}
.contact-section .row p.map-country-name {
  color: black;
  background-color: white;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  font-size: 20px;
}
.contact-section .row a {
  color: #fff;
}
.contact-section .row .contact-info {
  background-color: #202a2c;
}
.contact-section .row .contact-info .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-section .row .contact-info .country-phone {
  text-align: center;
  padding-left: 5px;
  margin: 0 auto;
}
.contact-section .row .contact-info .country-phone .country-phone-name {
  font-weight: bold;
  margin-right: 4px;
}
.contact-section .row .contact-info .lang-en .country-phone {
  width: 165px;
}
.contact-section .row .contact-info .lang-de .country-phone {
  width: 155px;
}
.contact-section .row .form {
  background-color: #37464c;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
}
.contact-section .reverse-div {
  display: flex;
}

@media (min-width: 1200px) {
  .contact-section .row .contact-info {
    text-align: center;
  }
  .contact-section .row .contact-info .contact-office {
    padding-top: 57px;
  }
  .contact-section .row .contact-info .lang-en .country-phone {
    width: 145px;
  }
  .contact-section .row .contact-info .lang-de .country-phone {
    width: 135px;
  }
  .contact-section .row .lang-en .contact-info {
    padding: 17px 60px;
  }
  .contact-section .row .lang-de .contact-info {
    padding: 40px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .row .contact-info .country-phone {
    padding-left: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .lang-en .contact-section .contact-info,
.lang-en .contact-section .form {
    min-height: 640px;
  }

  .lang-de .contact-section .contact-info,
.lang-de .contact-section .form {
    min-height: 665px;
  }
}
@media (max-width: 991px) {
  .contact-section #map,
.contact-section #map-australia,
.contact-section #map-italy,
.contact-section #map-belgium {
    height: 300px;
  }
  .contact-section .reverse-div {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-section .row .form {
    display: block;
    padding-top: 20px;
  }
  .contact-section .row .contact-info {
    text-align: center;
  }
  .contact-section .row .contact-info .row > div {
    padding-bottom: 20px;
  }
  .contact-section .row .contact-info .row > div p {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-section .maps {
    display: none;
  }
  .contact-section .row .contact-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-section .maps {
    display: none;
  }
  .contact-section .row .contact-info {
    text-align: center;
  }
  .contact-section .row .contact-info .row > div p {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 0px;
  }
  .contact-section .row .contact-info .row > div:last-child {
    padding-bottom: 20px;
  }
}
/*
 ===================================================
    FOOTER
 ===================================================
*/
.footer {
  position: relative;
  background-color: #0d1314;
}
.footer a:hover {
  color: #f3f3f3 !important;
  text-decoration: underline;
}
.footer .left-footer_list {
  display: inline-flex;
}
.footer a {
  color: #f3f3f3;
}
.footer-row > div {
  padding: 0px;
}
.footer .w-auto {
  width: auto;
}
.footer .info-section .left-footer {
  padding: 0px;
}
.footer .info-section .left-footer .left-footer_title {
  margin-bottom: 6px;
  font-size: 12px;
}
.footer .info-section .left-footer .email_us {
  margin-top: 16px;
}
.footer .info-section ul {
  padding: 0px;
  margin-bottom: 4px;
}
.footer .info-section ul li {
  font-size: 12px;
  font-weight: 700;
}
.footer .info-section ul li img {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.footer .bg-white {
  background-color: #ffffff;
}
.footer .btm-logo {
  width: 148px;
  margin-top: 42px;
  margin-bottom: 16px;
}
.footer p {
  margin: 0;
}
.footer .font-bold {
  font-weight: 700;
}
.footer .newsletter p {
  font-size: 12px;
  font-family: "Lato";
  color: #f3f3f3;
  font-weight: 300;
  line-height: 16px;
}
.footer .newsletter .btn-default {
  font-size: 12px;
  font-weight: 700;
  padding: 10px 22px;
  width: 100%;
}
.footer .copyright {
  color: #92999c;
  font-size: 10px;
  margin-top: 16px;
  margin-right: 30px;
  font-weight: 500;
  text-align: right;
}
.footer .copyright.mobile {
  display: none;
}
.footer .links-sections > div {
  padding-left: 5px;
  padding-right: 5px;
}
.footer .links-sections .content_center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .section-images {
  gap: 20px 15px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  color: #f3f3f3;
  font-size: 12px;
  line-height: 24px;
}
.footer h2 {
  font-size: 15px;
  color: #f3f3f3;
  font-weight: 700;
  line-height: 24px;
}
.footer .title_no-wrap {
  white-space: nowrap;
}
.footer .form-control {
  font-size: 12px;
  font-weight: 700;
}
.footer .footer_badge img {
  height: 42px;
  border-radius: 4px;
}
.footer .footer_badge img.pubnub {
  padding: 0px 20px;
  background-color: #fff;
}
.footer .footer_badge_2 iframe {
  border: none;
  display: block;
  background-color: #fff;
  height: 39px;
  overflow: hidden;
}
.footer .footer_badge_2 {
  height: 49px;
}
.footer .subscribe_footer {
  width: 100%;
}

@media (min-width: 1200px) {
  .footer .copyright {
    padding-top: 16px;
  }
}
@media (max-width: 1024px) {
  .footer .section-images {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-row .info-section .row > div:last-child {
    padding-bottom: 20px;
  }
  .footer-row .info-section .row ul {
    margin: 0px;
  }
  .footer-row .info-section .row .copyright {
    padding-top: 99px;
  }

  .newsletter .row .newsletter_content {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .footer .newsletter .row_margin {
    margin-left: 0px;
  }
  .footer .newsletter .row.newsletter_content {
    justify-content: center;
  }
  .footer .newsletter .row.newsletter_content .col-md-11.newsletter_content {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer-row .info-section {
    min-height: 0px;
    margin-top: 25px;
  }
  .footer-row .info-section ul {
    text-align: left;
  }
  .footer-row .info-section ul li {
    font-size: 15px;
    line-height: 15px;
  }
  .footer-row .info-section ul img {
    width: 22px;
    height: 22px;
  }
  .footer-row .links-sections {
    min-height: 0px;
  }
  .footer-row .links-sections h1,
.footer-row .links-sections li {
    font-size: 15px;
  }
  .footer-row .copyright {
    font-size: 12px;
    display: none;
  }
  .footer-row .copyright.mobile {
    display: block;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .footer .newsletter .row {
    display: block;
  }
  .footer .newsletter .newsletter_content {
    display: block;
    padding: 0;
  }
  .footer .newsletter .content_center {
    width: auto;
  }
  .footer .hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer h2 {
    margin-top: 45px;
  }
  .footer .first_section {
    padding: 0 60px;
  }
  .footer-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer .hide-tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .info-section .left-footer {
    padding-top: 20px;
  }
  .footer-row .info-section .btm-logo {
    margin: 0px;
  }
  .footer-row .info-section ul {
    vertical-align: middle;
    margin: 0px;
  }
  .footer-row .info-section ul li {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .footer-row .copyright.mobile {
    padding-bottom: 10px;
    color: #272727;
  }
  .footer-row .newsletter .row {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .footer h2 {
    margin-bottom: 10px;
  }
  .footer .info-section {
    margin-top: 40px;
  }
  .footer .info-section .row div {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .footer .info-section .row div .btm-logo {
    display: none;
  }
  .footer .info-section .row div:last-child {
    padding-bottom: 10px;
  }
  .footer .info-section ul {
    margin-bottom: 0px;
  }
  .footer .hide-tablet {
    display: initial;
  }
  .footer .hide-mobile {
    display: none;
  }
  .footer .links-sections > div {
    display: grid;
    padding: 0px 15px;
  }
  .footer .links-sections > div .footer-message {
    margin-top: 21px;
  }
  .footer .links-sections > div h2 {
    margin-left: 0px;
    margin-top: 31px;
  }
  .footer .links-sections > div ul {
    padding: 0px;
  }
  .footer .links-sections > div .col-xs-12.col-sm-8.col-md-5 {
    padding: 0px;
    order: 3;
  }
  .footer .links-sections > div .col-xs-12.col-sm-8.col-md-5 .row {
    display: flex;
    justify-content: center;
  }
  .footer .links-sections > div .newsletter {
    order: 2;
    padding: 0;
  }
  .footer .links-sections .btm-logo {
    margin-top: 0;
  }
  .footer .links-sections .menu-links .row {
    display: flex;
    justify-content: space-between;
  }
  .footer .copyright.mobile {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #272727;
  }
  .footer .section-images {
    gap: 20px 15px;
  }
}
@media (min-width: 565px) and (max-width: 767px) {
  .footer .info-section {
    margin-top: 30px;
    padding: 0px;
    justify-content: center;
    display: flex;
  }
  .footer .links-sections .col-xs-4 {
    width: 25%;
  }
}
@media (max-width: 629px) {
  #footer .section-images {
    justify-content: unset;
    padding: 20px 30px 0 30px !important;
  }
  #footer .footer-row .links-sections li {
    font-size: 11px;
  }
  #footer .copyright {
    text-align: left;
    margin-left: 30px;
  }
  #footer .newsletter .content_center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 564px) {
  .footer .newsletter > .newsletter_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .links-sections .col-md-5 .row .col-md-4:first-child .content_center {
    margin: unset;
  }
  .footer .links-sections .col-md-5 .row .col-md-4:last-child .content_center {
    margin-right: unset;
  }
  .footer .menu-links {
    padding: 0;
  }
  .footer .menu-links > .row > div:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .footer .links-sections h2 {
    margin-left: 5px;
  }
  .footer .links-sections ul {
    padding-left: 5px;
  }
  .footer .links-sections > div {
    display: block;
  }
  .footer .section-images {
    gap: 20px 7px;
  }
  .footer .section-images img {
    height: 44px;
  }
  .footer .section-images .widget {
    padding: 3px;
  }

  #footer .section-images .clutch-widget.widget {
    padding: 3px;
    height: 44px;
    overflow: hidden;
  }
}
.video-background.free_assessment-page .intro-text > div {
  margin-top: 50px;
  margin-right: 10%;
}

#free_assessment-page .top-section .intro {
  position: unset;
  margin-top: 75px;
}

.form_header > div, .form_body > div {
  padding: 19px 26px 19px 26px;
  background-color: #37464C;
  box-shadow: 0px 4px 4px rgba(35, 35, 35, 0.25);
  border-radius: 3px;
}
.form_header > div .form_title, .form_header > div .title_success, .form_body > div .form_title, .form_body > div .title_success {
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
  color: #F3F3F3;
  margin: 0;
}
.form_header > div .description_success, .form_body > div .description_success {
  font-size: 16px;
  line-height: 23px;
  color: #A7B1B2;
}
.form_header > div .success_list, .form_body > div .success_list {
  padding-left: 0;
  position: relative;
}
.form_header > div .success_list .dot_border, .form_body > div .success_list .dot_border {
  border-left: 1px dashed #637F8B;
  position: absolute;
  left: 16px;
  z-index: 1;
  bottom: 30px;
  top: 30px;
}
.form_header > div .success_list li, .form_body > div .success_list li {
  font-size: 18px;
  line-height: 22px;
  color: #F3F3F3;
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
}
.form_header > div .success_list li .unchecked, .form_body > div .success_list li .unchecked {
  width: 17px;
  height: 17px;
  min-width: 17px;
  border: 1px solid #72D2FF;
  border-radius: 2px;
  background-color: #37464C;
  margin-right: 34px;
  margin-left: 8px;
  margin-bottom: 0;
  z-index: 2;
}
.form_header > div .success_list li .check, .form_body > div .success_list li .check {
  background: #202A2C;
  border: 0;
  border-radius: 2px;
  width: 33px;
  height: 33px;
  min-width: 33px;
  margin-right: 26px;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.form_header > div .success_list li .check img, .form_body > div .success_list li .check img {
  position: absolute;
  bottom: 7px;
  left: 13px;
}

.form_assessment .form-group {
  width: -moz-fit-content;
  width: fit-content;
}
.form_assessment .form-control {
  width: 330px;
  color: #929DA0;
}

.form_body.show_mobile {
  display: none;
}

.form_assessment ul, .form_assessment_2 ul {
  padding: 0;
}
.form_assessment ul li, .form_assessment_2 ul li {
  text-decoration: none;
  list-style: none;
}
.form_assessment .form_radio, .form_assessment_2 .form_radio {
  display: flex;
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.form_assessment .form_radio .margin_radio, .form_assessment_2 .form_radio .margin_radio {
  margin-right: 50px;
}
.form_assessment .form_radio .radio_container, .form_assessment_2 .form_radio .radio_container {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
}
.form_assessment .form_radio .radio_container input, .form_assessment_2 .form_radio .radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_assessment .form_radio .checkmark, .form_assessment_2 .form_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #202A2C;
  border-radius: 50%;
}
.form_assessment .form_radio .radio_container:hover input ~ .checkmark, .form_assessment_2 .form_radio .radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form_assessment .form_radio .radio_container input:checked ~ .checkmark, .form_assessment_2 .form_radio .radio_container input:checked ~ .checkmark {
  background-color: #202A2C;
}
.form_assessment .form_radio .checkmark:after, .form_assessment_2 .form_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form_assessment .form_radio .radio_container input:checked ~ .checkmark:after, .form_assessment_2 .form_radio .radio_container input:checked ~ .checkmark:after {
  display: block;
}
.form_assessment .form_radio .radio_container .checkmark:after, .form_assessment_2 .form_radio .radio_container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
.form_assessment textarea, .form_assessment_2 textarea {
  resize: none;
}
.form_assessment .input_title, .form_assessment_2 .input_title {
  font-size: 18px;
  line-height: 22px;
  color: #F3F3F3;
  padding-bottom: 12px;
  margin: 0;
}
.form_assessment .form-control, .form_assessment_2 .form-control {
  height: auto;
  padding: 11px 17px;
  background-color: #202a2c;
  border: none;
}
.form_assessment .form-control:focus, .form_assessment_2 .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(141, 124, 239, 0.5), 0 0 8px #6c399c;
}
.form_assessment .assessment_form_button, .form_assessment_2 .assessment_form_button {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  padding: 12px 0;
  text-align: center;
  color: #F3F3F3;
  border: none;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
@media (hover: hover) {
  .form_assessment .assessment_form_button:hover, .form_assessment_2 .assessment_form_button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7C69EF;
    outline: none;
  }
}
.form_assessment .assessment_form_button:active, .form_assessment_2 .assessment_form_button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #7C69EF;
}

.free_assessment {
  font-family: "Lato";
}
.free_assessment .homepage_slider {
  background: url("/images/free_assessment/carousel.png") rgba(26, 37, 40, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.free_assessment .homepage_slider .title span {
  color: #3CBE7A;
}
.free_assessment .homepage_slider .title br {
  display: none;
}
.free_assessment .book_meeting {
  background-color: #37464c;
  padding: 60px 100px 0;
}
.free_assessment .book_meeting .second_col {
  margin-top: -25px;
}
.free_assessment .book_meeting .row .step_padding {
  margin-bottom: 70px;
}
.free_assessment .book_meeting .title_meeting {
  margin-bottom: 76px;
}
.free_assessment .book_meeting .title_meeting h2 {
  color: #2197CE;
  font-size: 41px;
  line-height: 46px;
  margin-top: 0;
}
.free_assessment .book_meeting .title_meeting h2 br {
  display: none;
}
.free_assessment .book_meeting .title_meeting p {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #F3F3F3;
  margin-bottom: 27px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.free_assessment .book_meeting .title {
  padding-top: 23px;
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #F3F3F3;
}
.free_assessment .book_meeting .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
}
.free_assessment .book_meeting .card_margin-left {
  padding-left: 0;
}
.free_assessment .book_meeting .card_margin-right {
  padding-right: 0;
}
.free_assessment .section_three {
  background-color: #37464C;
  padding: 85px 100px 60px;
}
.free_assessment .section_three .assessment_schema {
  display: flex;
}
.free_assessment .section_three .assessment_schema .section_title {
  position: absolute;
  margin: 0;
  top: -37px;
  left: 40px;
  width: -moz-max-content;
  width: max-content;
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
}
.free_assessment .section_three .assessment_schema .line_2 {
  position: relative;
}
.free_assessment .section_three .assessment_schema .lines {
  padding: 0;
}
.free_assessment .section_three .assessment_schema .lines .dot_2.dot {
  border-bottom: 1px dashed #637f8b;
  border-left: 1px dashed #637f8b;
  margin-left: 20px;
  height: 94px;
  width: 50%;
}
.free_assessment .section_three .assessment_schema .lines .dot_2.dot .dot-after {
  left: -10px;
  top: -24px;
  width: 21px;
  height: 21px;
}
.free_assessment .section_three .assessment_schema .lines .dot_2.dot .dot-before {
  left: -20px;
  top: -34px;
  width: 41px;
  height: 41px;
}
.free_assessment .section_three .assessment_schema .lines .dot_3 {
  border-right: 1px dashed #637f8b;
  margin-left: 20px;
  height: 150px;
  width: 50%;
}
.free_assessment .section_three .assessment_schema .lines .dot_3 .dot-after {
  right: -7px;
  top: -7px;
}
.free_assessment .section_three .assessment_schema .lines .dot_3 .dot-before {
  right: -13px;
  top: -13px;
}
.free_assessment .section_three .assessment_schema .lines .dot {
  padding: 0;
  position: relative;
}
.free_assessment .section_three .assessment_schema .lines .dot .dot-after {
  background-color: #72D2FF;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
}
.free_assessment .section_three .assessment_schema .lines .dot .dot-before {
  background-color: #72D2FF;
  opacity: 0.2;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
}
.free_assessment .section_three .assessment_schema .dot_4 {
  border-bottom: 1px dashed #637f8b;
  margin-top: auto;
  position: absolute;
  bottom: 222px;
  left: -5%;
  width: 25%;
}
.free_assessment .section_three .assessment_schema .dot_5 {
  border-left: 1px dashed #637f8b;
  height: 87px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.free_assessment .section_three .assessment_schema .line_3 {
  position: absolute;
}
.free_assessment .section_three .assessment_schema .line_3 .dot_6 {
  border-right: 1px dashed #637f8b;
  border-bottom: 1px dashed #637f8b;
  height: 260px;
  width: 240px;
}
.free_assessment .section_three .assessment_schema .line_3 .dot_6 .dot-after {
  right: -7px;
  bottom: -7px;
}
.free_assessment .section_three .assessment_schema .line_3 .dot_6 .dot-before {
  right: -13px;
  bottom: -13px;
}
.free_assessment .section_three .assessment_schema .card_1 {
  width: calc(100% - 25px);
}
.free_assessment .section_three .assessment_schema .card_1 .bg_image {
  background: url("/images/services/services-ux/1.svg") #2a383d;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}
.free_assessment .section_three .assessment_schema .card_1 .button {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
@media (hover: hover) {
  .free_assessment .section_three .assessment_schema .card_1 .button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7C69EF;
    outline: none;
  }
}
.free_assessment .section_three .assessment_schema .card_1 .button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #7C69EF;
}
.free_assessment .section_three .assessment_schema .card_2 {
  margin-left: auto;
  width: 80%;
}
.free_assessment .section_three .assessment_schema .card_2 .bg_image {
  background: url("/images/services/services-ux/2.svg") #2a383d;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}
.free_assessment .section_three .assessment_schema .second_col {
  margin-top: 179px;
  position: relative;
}
.free_assessment .section_three .assessment_schema .second_col > div:first-child {
  position: relative;
}
.free_assessment .section_three .card_schema {
  padding: 12px;
  border: 1px solid #72D2FF;
  border-radius: 4px;
  position: relative;
}
.free_assessment .section_three .card_schema .bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 45px 40px 33px;
}
.free_assessment .section_three .card_schema .bg_image .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 20px;
}
.free_assessment .section_three .card_schema .bg_image .title br {
  display: none;
}
.free_assessment .section_three .card_schema .bg_image .description {
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 20px;
}
.free_assessment .section_three .card_schema .bg_image .button {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 28px;
  width: -moz-fit-content;
  width: fit-content;
}
.free_assessment .section_three .card_schema .bg_image div {
  padding-top: 12px;
}
.free_assessment .section_three .card_icon {
  position: absolute;
  top: -35px;
  right: -25px;
  padding: 16px;
  border: 1px solid #72D2FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background-color: #37464C;
}
.free_assessment .section_three .card_button {
  padding-top: 24px;
}
.free_assessment .section_three .card_1 .bg_image, .free_assessment .section_three .card_2 .bg_image, .free_assessment .section_three .card_3 .bg_image {
  margin-top: 9px;
}
.free_assessment .section_three .card_1 .card_header, .free_assessment .section_three .card_2 .card_header, .free_assessment .section_three .card_3 .card_header {
  width: 100%;
  display: flex;
  gap: 7px;
}
.free_assessment .section_three .card_1 .card_header > div, .free_assessment .section_three .card_2 .card_header > div, .free_assessment .section_three .card_3 .card_header > div {
  width: 36px;
  height: 18px;
  border-radius: 4px;
  background-color: #2A383D;
}
.free_assessment .section_three .card_1 .card_header .gray_header, .free_assessment .section_three .card_2 .card_header .gray_header, .free_assessment .section_three .card_3 .card_header .gray_header {
  width: calc(100% - 72px);
  background-color: #2A383D;
}
.free_assessment .section_three .last_card {
  margin-left: 40px;
}
.free_assessment .section_three .last_card .bg_image {
  background: url("/images/services/services-ux/3.svg") #2a383d;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}
.free_assessment .section_three .last_card .card_3 {
  width: 50%;
}
.free_assessment .section_three .last_card .card_3 .button {
  background: #3CBE7A;
}
@media (hover: hover) {
  .free_assessment .section_three .last_card .card_3 .button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #3CBE7A;
    outline: none;
  }
}
.free_assessment .section_three .last_card .card_3 .button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #3CBE7A;
}
.free_assessment .section_four {
  background-color: #313F45;
  padding: 60px 100px;
  display: flex;
}
.free_assessment .section_four .image_col div {
  position: relative;
}
.free_assessment .section_four .image_col .absolute_image_1 {
  position: absolute;
  bottom: 24px;
  left: 35px;
}
.free_assessment .section_four .image_col .absolute_image_2 {
  position: absolute;
  bottom: 24px;
  right: 20px;
}
.free_assessment .section_four .image_col img:first-child {
  border-radius: 4px;
}
.free_assessment .section_four .text_col > div:first-child {
  border-bottom: 1px solid #637F8B;
}
.free_assessment .section_four .text_col .badge {
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #F3F3F3;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.free_assessment .section_four .text_col .title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  padding-bottom: 26px;
  margin: 0;
}
.free_assessment .section_four .text_col .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin: 0;
  padding-bottom: 43px;
}
.free_assessment .section_four .text_col .counts {
  margin-top: 31px;
}
.free_assessment .section_four .text_col .counts div {
  display: flex;
  align-items: center;
}
.free_assessment .section_four .text_col .counts div:first-child {
  margin-bottom: 34px;
}
.free_assessment .section_four .text_col .counts p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #F3F3F3;
  margin: 0;
}
.free_assessment .section_four .text_col .counts h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 23px;
  margin: 0;
  padding-right: 15px;
}
.free_assessment .saas .badge {
  background-color: #7C69EF;
}
.free_assessment .saas .counts h3 {
  min-width: 110px;
}
.free_assessment .saas .counts h3 a {
  text-decoration: none;
  color: #7C69EF;
}
.free_assessment .saas .counts h3 a:hover {
  text-decoration: underline;
}
.free_assessment .saas .image_col {
  padding-left: 40px;
}
.free_assessment .saas .text_col {
  padding-right: 40px;
}
.free_assessment .tools {
  padding-bottom: 80px;
}
.free_assessment .tools .badge {
  background-color: #3CBE7A;
}
.free_assessment .tools .counts h3 {
  min-width: 125px;
}
.free_assessment .tools .counts h3 a {
  text-decoration: none;
  color: #3CBE7A;
  min-width: 110px;
}
.free_assessment .tools .counts h3 a:hover {
  text-decoration: underline;
}
.free_assessment .tools .counts img {
  margin-right: 13px;
}
.free_assessment .tools .image_col {
  padding-right: 40px;
}
.free_assessment .tools .text_col {
  padding-left: 40px;
}
.free_assessment .tools .show_mobile {
  display: none;
}
.free_assessment .button_bg {
  background-color: #313f45;
  padding-bottom: 80px;
}
.free_assessment .button_go_to {
  background-color: #3cbe7a;
  color: #f3f3f3;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 auto;
  padding: 12px 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.free_assessment .button_go_to:hover {
  background-color: #E6E6E6;
  color: #3cbe7a;
}
.free_assessment .fixed_bar {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-repeat: repeat;
  background-position: center;
}
.free_assessment .fixed_bar .bar_pattern {
  background-image: url("/images/free_assessment/sticky_bar.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
}
.free_assessment .fixed_bar .bar_text {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.free_assessment .fixed_bar .bar_text h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #F3F3F3;
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 0;
}
.free_assessment .fixed_bar .bar_text p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #F2FBFF;
  padding: 6px 17px;
  border: 1.5px solid #72D2FF;
  white-space: nowrap;
}
.free_assessment .fixed_bar .bar_text span {
  color: #72D2FF;
}
.free_assessment .fixed_bar .show_mobile {
  display: none;
}
.free_assessment a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .free_assessment .book_meeting .second_col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .free_assessment .saas .image_col {
    padding-left: 20px;
  }
  .free_assessment .saas .text_col {
    padding-right: 20px;
  }
  .free_assessment .tools .image_col {
    padding-right: 20px;
  }
  .free_assessment .tools .text_col {
    padding-left: 20px;
  }

  #free_assessment-page .top-section .intro .intro-text h1 {
    width: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .free_assessment .book_meeting .title_meeting h2 br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #free_assessment-page .top-section .top-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .free_assessment .homepage_slider .title br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #free_assessment-page .top-section .intro {
    margin-top: 50px;
  }
  #free_assessment-page .top-section .intro .intro-text {
    padding-left: 0;
    padding-right: 40px;
  }
  #free_assessment-page .top-section .intro .intro-text h1.homepage {
    font-size: 30px;
  }
  #free_assessment-page .top-section .intro .intro-text p {
    font-size: 16px;
    margin-top: 15px;
  }
  #free_assessment-page .top-section .move-up {
    margin-top: -30px;
  }

  .video-background.free_assessment-page .intro-text > div {
    margin-top: 0;
    margin-right: 0;
  }

  .form_header > div {
    width: auto;
    padding: 10px 26px 10px;
  }
  .form_header > div .form_title {
    width: auto;
  }

  .form_assessment .form-group {
    width: 100%;
  }
  .form_assessment .form-control {
    width: 100%;
    padding: 9px 15px;
  }
}
@media (max-width: 997px) {
  .form_header.show_desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .free_assessment .book_meeting .row {
    padding-bottom: 0;
  }
  .free_assessment .book_meeting .row .step_padding {
    margin-bottom: 70px;
  }
  .free_assessment .section_four {
    display: block;
  }
  .free_assessment .section_four .image_col {
    order: 2;
  }
  .free_assessment .section_four .image_col div {
    width: -moz-fit-content;
    width: fit-content;
  }
  .free_assessment .section_four .text_col {
    order: 1;
    margin-bottom: 33px;
  }
  .free_assessment .section_four .text_col .title {
    font-size: 28px;
    line-height: 33px;
  }
  .free_assessment .saas .image_col {
    padding-left: 0px;
  }
  .free_assessment .saas .text_col {
    padding-right: 0px;
  }
  .free_assessment .tools .image_col {
    padding-right: 0px;
  }
  .free_assessment .tools .text_col {
    padding-left: 0px;
  }
  .free_assessment .tools .show_mobile {
    display: block;
  }
  .free_assessment .tools .show_desktop {
    display: none;
  }
  .free_assessment .homepage_slider {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .free_assessment .book_meeting .card_margin-left {
    padding-left: 0;
  }
  .free_assessment .book_meeting .card_margin-right {
    padding-right: 0;
  }
  .free_assessment .book_meeting .second_col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 900px) {
  .free_assessment .section_three .assessment_schema {
    display: block;
  }
  .free_assessment .section_three .assessment_schema .second_col {
    margin-top: 0;
  }
  .free_assessment .section_three .assessment_schema .second_col .dot_4 {
    display: none;
  }
  .free_assessment .section_three .assessment_schema .second_col .card_2 {
    margin-left: unset;
    width: calc(100% - 25px);
  }
  .free_assessment .section_three .assessment_schema .second_col .line_3 {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    position: unset;
  }
  .free_assessment .section_three .assessment_schema .second_col .line_3 .dot_6 {
    width: 0;
    height: 87px;
    border-bottom: 0;
  }
  .free_assessment .section_three .assessment_schema .second_col .line_3 .dot_6 .dot-after, .free_assessment .section_three .assessment_schema .second_col .line_3 .dot_6 .dot-before {
    display: none;
  }
  .free_assessment .section_three .last_card {
    margin-left: 0;
  }
  .free_assessment .section_three .last_card .card_3 {
    width: calc(100% - 25px);
  }
}
@media (min-width: 768px) {
  .video-background.free_assessment-page {
    height: 800px;
  }
}
@media (max-width: 1024px) {
  .container-fluid.free_assessment-page {
    padding: 0;
  }

  #free_assessment-page .top-section {
    margin-left: 0;
    margin-right: 0;
  }
  #free_assessment-page .top-section .intro-text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .form_header.show_desktop {
    display: none;
  }

  .form_body.show_mobile {
    display: block;
    padding: 40px 15px;
    background-color: #121718;
  }

  .free_assessment_header.container {
    margin-left: 15px;
    margin-right: 15px;
  }

  #free_assessment-page .top-section .intro {
    left: 0;
    position: absolute;
    margin-top: 0;
  }

  .free_assessment .book_meeting .title_meeting {
    margin-bottom: 40px;
  }
  .free_assessment .book_meeting .title_meeting h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .free_assessment .book_meeting > .row {
    margin-top: 30px;
  }
  .free_assessment .homepage_slider {
    padding: 60px 30px;
  }
  .free_assessment .fixed_bar {
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
  }
  .free_assessment .fixed_bar .bar_pattern {
    background-image: url("/images/free_assessment/bar.svg");
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .free_assessment .fixed_bar .bar_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
  }
  .free_assessment .fixed_bar .show_mobile {
    display: block;
  }
  .free_assessment .fixed_bar .show_desktop {
    display: none;
  }
  .free_assessment .section_three .assessment_schema .card_1 .button:focus {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7c69ef;
  }
}
@media (max-width: 700px) {
  .free_assessment .section_three {
    padding-left: 15px;
    padding-right: 15px;
  }
  .free_assessment .section_three .assessment_schema .section_title {
    font-size: 28px;
    left: 26px;
    top: -35px;
  }
  .free_assessment .section_three .assessment_schema .lines .dot_2 {
    height: 81px;
  }
  .free_assessment .section_three .assessment_schema .lines .dot_3 {
    height: 50px;
  }
  .free_assessment .section_four {
    padding-left: 15px;
    padding-right: 15px;
  }
  .free_assessment .saas {
    padding-bottom: 37px;
  }
  .free_assessment .tools {
    padding-top: 37px;
  }
}
@media (max-width: 530px) {
  .free_assessment.container-fluid {
    padding: 0;
  }
  .free_assessment.container-fluid .top-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .free_assessment .book_meeting {
    padding-left: 40px;
    padding-right: 40px;
  }
  .free_assessment .section_four .image_col img:first-child {
    width: 320px;
  }
  .free_assessment .section_four .image_col .absolute_image_1 {
    width: 180px;
    left: 20px;
    bottom: 15px;
  }
  .free_assessment .section_four .image_col .absolute_image_2 {
    width: 100px;
    right: 10px;
    bottom: 15px;
  }

  .form_body > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  .free_assessment .section_three .card_schema .bg_image .title br {
    display: block;
  }
}
.video-background.get_cv-page .intro-text > div {
  margin-top: 50px;
  margin-right: 10%;
}

#get_cv-page .top-section .intro {
  position: unset;
  margin-top: 75px;
}

.get_cv-page {
  background-image: url("/images/headers/get_team.png");
}
.get_cv-page .our_engineers {
  padding: 65px 100px 37px;
  background-color: #37464C;
}
.get_cv-page .our_engineers .title {
  font-size: 41px;
  line-height: 46px;
  text-align: center;
  color: #2197CE;
  padding: 0 25px 68px;
  margin-top: 0;
  margin-bottom: 0;
}
.get_cv-page .our_engineers .tech_cards {
  position: relative;
}
.get_cv-page .our_engineers .tech_cards img {
  position: absolute;
  top: 0;
  right: 27px;
}
.get_cv-page .our_engineers .tech_cards > div {
  padding: 43px 46px;
  background: #222E32;
  border-radius: 5px;
}
.get_cv-page .our_engineers .tech_cards > div .card_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #F3F3F3;
  z-index: 9;
  position: relative;
  width: 60%;
  margin-bottom: 26px;
  margin-top: 0;
}
.get_cv-page .our_engineers .tech_cards > div .card_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  z-index: 9;
  position: relative;
}
.get_cv-page .laravel_certified {
  padding: 0 100px 40px;
  background-color: #37464C;
}
.get_cv-page .laravel_certified .laravel_certified-bg {
  padding: 62px 37px 50px 40px;
  background: url("/images/get_team/laravel_certificate_bg.png") rgba(0, 0, 0, 0.65);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  border-radius: 5px;
}
.get_cv-page .laravel_certified .laravel_certified-bg .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #F3F3F3;
}
.get_cv-page .laravel_certified .laravel_certified-bg .title br {
  display: none;
}
.get_cv-page .laravel_certified .laravel_certified-bg .laravel_content {
  display: flex;
  align-items: center;
}
.get_cv-page .laravel_certified .laravel_certified-bg .laravel_content .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-right: 80px;
}
.get_cv-page .statistics {
  padding-bottom: 80px;
  background-color: #37464C;
}
.get_cv-page .statistics .statistics-row {
  padding-left: 100px;
  padding-right: 100px;
}
.get_cv-page .statistics .title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  max-width: 900px;
  margin: 0px auto 32px auto;
  text-align: center;
}
.get_cv-page .statistics .title span {
  color: #2197CE;
}
.get_cv-page .statistics .description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  max-width: 561px;
  margin: 0px auto 55px auto;
  text-align: center;
}
.get_cv-page .statistics .button {
  background-color: #3cbe7a;
  color: #f3f3f3;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  margin: 50px auto 0;
  padding: 12px 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.get_cv-page .statistics .button:hover {
  background-color: #E6E6E6;
  color: #3cbe7a;
}
.get_cv-page .grow_talent {
  padding: 52px 100px 66px 100px;
  background-color: #714CA9;
}
.get_cv-page .grow_talent .title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  max-width: 446px;
  padding-bottom: 16px;
  margin-top: 0;
}
.get_cv-page .grow_talent .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  padding-bottom: 43px;
  margin-bottom: 0;
  max-width: 446px;
}
.get_cv-page .grow_talent-card {
  padding: 35px 40px;
  background: #222E32;
  border-radius: 5px;
}
.get_cv-page .grow_talent-card .card_title {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #F3F3F3;
  padding-top: 16px;
  margin: 0;
}
.get_cv-page .grow_talent-card .card_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  padding-top: 6px;
  margin: 0;
}
.get_cv-page .grow_talent-card.white_card {
  background: #FFFFFF;
}
.get_cv-page .grow_talent-card.white_card .card_title, .get_cv-page .grow_talent-card.white_card .card_description {
  color: #37464C;
}
.get_cv-page .grow_talent .card_margin {
  margin-bottom: 40px;
}
.get_cv-page .grow_talent .col_margin {
  margin-top: 50px;
}
.get_cv-page .fixed_bar {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-repeat: repeat;
  background-position: center;
}
.get_cv-page .fixed_bar .bar_pattern {
  background-image: url("/images/free_assessment/sticky_bar.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
}
.get_cv-page .fixed_bar .bar_text {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.get_cv-page .fixed_bar .bar_text h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #F3F3F3;
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 0;
}
.get_cv-page .fixed_bar .bar_text p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #F2FBFF;
  padding: 6px 17px;
  border: 1.5px solid #72D2FF;
  white-space: nowrap;
}
.get_cv-page .fixed_bar .bar_text span {
  color: #72D2FF;
}
.get_cv-page .fixed_bar .show_mobile {
  display: none;
}
.get_cv-page .get_developers {
  padding: 35px 100px 65px 100px;
  background-color: #37464C;
}
.get_cv-page .get_developers .option_title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  margin-bottom: 52px;
  margin-top: 0;
}
.get_cv-page .get_developers .option_1 > div {
  margin-bottom: 20px;
}
.get_cv-page .get_developers .option_1 .purple_button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 26px;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
@media (hover: hover) {
  .get_cv-page .get_developers .option_1 .purple_button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7C69EF;
    outline: none;
  }
}
.get_cv-page .get_developers .option_1 .purple_button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #7C69EF;
}
.get_cv-page .get_developers .option_1 .badge {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #F3F3F3;
  padding: 10px 18px;
  border: 2px solid #3CBE7A;
  border-radius: 15px;
  margin-bottom: 19px;
  background-color: transparent;
}
.get_cv-page .get_developers .option_1 .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #F3F3F3;
  margin-bottom: 20px;
}
.get_cv-page .get_developers .option_1 .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin-bottom: 38px;
  margin-right: 30px;
}
.get_cv-page .get_developers ul {
  padding-left: 0;
  margin-top: 35px;
}
.get_cv-page .get_developers ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
}
.get_cv-page .get_developers ul li .check {
  background: #1A2528;
  border-radius: 2px;
  border: 0;
  width: 33px;
  height: 33px;
  min-width: 33px;
  margin-right: 28px;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.get_cv-page .get_developers ul li .check img {
  position: absolute;
  bottom: 7px;
  left: 13px;
}
.get_cv-page .custom_team {
  padding: 52px 100px 65px 100px;
  background-color: #303D42;
}
.get_cv-page .custom_team .get_cvs_rows {
  border-bottom: 1px solid #637F8B;
  padding-top: 17px;
  padding-bottom: 33px;
}
.get_cv-page .custom_team .get_cvs_rows .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #F3F3F3;
  padding-bottom: 6px;
  margin-bottom: 0;
  margin-top: 0;
}
.get_cv-page .custom_team .get_cvs_rows .col_content {
  display: flex;
  align-items: center;
}
.get_cv-page .custom_team .get_cvs_rows .col_content .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin-right: 45px;
  margin-bottom: 0;
}
.get_cv-page .custom_team .get_cvs_rows .col_content .purple_button {
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 34px;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
@media (hover: hover) {
  .get_cv-page .custom_team .get_cvs_rows .col_content .purple_button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7C69EF;
    outline: none;
  }
}
.get_cv-page .custom_team .get_cvs_rows .col_content .purple_button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #7C69EF;
}
.get_cv-page .custom_team .option_2 {
  display: flex;
  padding-bottom: 8px;
}
.get_cv-page .custom_team .option_2 .order_1 {
  order: 2;
  padding-left: 0;
  padding-right: 0;
  margin-left: 70px;
}
.get_cv-page .custom_team .option_2 .order_2 {
  order: 1;
  padding-left: 0;
  padding-right: 0;
}
.get_cv-page .custom_team .option_2 .badge {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #F3F3F3;
  padding: 10px 18px;
  border: 2px solid #3CBE7A;
  border-radius: 15px;
  margin-bottom: 19px;
  background-color: transparent;
}
.get_cv-page .custom_team .option_2 .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #F3F3F3;
  margin-bottom: 20px;
}
.get_cv-page .custom_team .option_2 .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin-bottom: 38px;
}
.get_cv-page .custom_team .option_2 ul {
  padding-left: 0;
}
.get_cv-page .custom_team .option_2 ul li:first-child {
  margin-bottom: 30px;
}
.get_cv-page .custom_team .option_2 ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
}
.get_cv-page .custom_team .option_2 ul li .check {
  background: #1A2528;
  border-radius: 2px;
  border: 0;
  width: 33px;
  height: 33px;
  min-width: 33px;
  margin-right: 28px;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.get_cv-page .custom_team .option_2 ul li .check img {
  position: absolute;
  bottom: 7px;
  left: 13px;
}
.get_cv-page .technologies {
  padding: 60px 100px;
  background-color: #313F45;
}
.get_cv-page .technologies > div, .get_cv-page .technologies .technologies_2 {
  display: flex;
  gap: 25px;
}
.get_cv-page .technologies .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  color: #F3F3F3;
  margin-bottom: 35px;
  margin-top: 0;
}
.get_cv-page .technologies .tech {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
}
.get_cv-page .technologies .tech p {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #F3F3F3;
  margin: 0;
  white-space: nowrap;
}
.get_cv-page .technologies .stack {
  padding: 26px 30px 33px;
  border: 1px solid #72D2FF;
  border-radius: 5px;
}
.get_cv-page .technologies .stack > div:last-child, .get_cv-page .technologies .stack .tech:last-child {
  margin-bottom: 0;
}
.get_cv-page .technologies .devOps, .get_cv-page .technologies .database {
  padding-top: 36px;
}
.get_cv-page .technologies .devOps .title, .get_cv-page .technologies .database .title {
  margin-bottom: 38px;
}
.get_cv-page .technologies .devOps .tech {
  margin-bottom: 36px;
}
.get_cv-page .technologies .devOps .tech:last-child {
  margin-bottom: 0;
}
.get_cv-page .technologies .backend, .get_cv-page .technologies .database {
  margin-bottom: 40px;
}
.get_cv-page .technologies .backend > div, .get_cv-page .technologies .database > div {
  display: flex;
  justify-content: space-between;
}
.get_cv-page .technologies .backend > div .tech, .get_cv-page .technologies .database > div .tech {
  margin-bottom: 0;
}
.get_cv-page .technologies .database > div {
  flex-wrap: wrap;
  gap: 35px;
}
.get_cv-page .technologies .tech_stack {
  padding: 40px 46px;
  background: url("/images/get_team/tech_stack.svg") #222e32;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.get_cv-page .technologies .tech_stack .title {
  font-size: 30px;
  margin-bottom: 17px;
}
.get_cv-page .technologies .tech_stack .title br {
  display: none;
}
.get_cv-page .technologies .tech_stack .description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin-bottom: 29px;
}
.get_cv-page .technologies .tech_stack .button {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 33px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
}
@media (hover: hover) {
  .get_cv-page .technologies .tech_stack .button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #7C69EF;
  }
}
.get_cv-page .technologies .tech_stack .button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #7C69EF;
}
.get_cv-page .homepage_slider {
  background: url("/images/get_team/testimonials.jpg") rgba(26, 37, 40, 0.75);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1200px) {
  .get_cv-page .technologies > div {
    display: block;
  }
  .get_cv-page .technologies > div .frontend {
    margin-bottom: 40px;
  }
  .get_cv-page .technologies > div .frontend > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 35px;
  }
  .get_cv-page .technologies > div .frontend > div .tech {
    margin-bottom: 0;
  }
  .get_cv-page .our_engineers .tech_cards > div .card_title {
    width: 74%;
  }

  #get_cv-page .top-section .intro .intro-text h1 {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .container-fluid.get_cv-page {
    padding: 0;
  }

  .get_cv-page .top-section {
    margin-left: 0;
    margin-right: 0;
  }
  .get_cv-page .top-section .intro-text {
    padding-left: 15px;
  }
  .get_cv-page .our_engineers .tech_cards > div .card_title {
    width: 71%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #get_cv-page .top-section .top-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  #get_cv-page .vue-title {
    margin-bottom: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #get_cv-page .top-section .intro {
    margin-top: 50px;
  }
  #get_cv-page .top-section .intro .intro-text {
    padding-right: 40px;
  }
  #get_cv-page .top-section .intro .intro-text h1.homepage {
    font-size: 30px;
  }
  #get_cv-page .top-section .intro .intro-text p {
    font-size: 16px;
    margin-top: 15px;
  }
  #get_cv-page .move-up {
    margin-top: -30px;
  }

  .video-background.get_cv-page .intro-text > div {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .get_cv-page .get_developers .option_1 {
    border-bottom: 1px solid #637F8B;
    margin: 0;
  }
  .get_cv-page .get_developers .option_1 > div {
    padding-left: 0;
  }
  .get_cv-page .get_developers .option_1 img {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .get_cv-page .grow_talent {
    padding: 52px 60px 66px;
  }
  .get_cv-page .custom_team {
    padding-left: 60px;
    padding-right: 60px;
  }
  .get_cv-page .custom_team .option_2 {
    display: block;
  }
  .get_cv-page .custom_team .option_2 img {
    margin: 30px auto 0;
  }
  .get_cv-page .custom_team .option_2 .order_1 {
    margin-left: 0;
  }
  .get_cv-page .laravel_certified {
    padding-left: 60px;
    padding-right: 60px;
  }
  .get_cv-page .our_engineers {
    padding-left: 60px;
    padding-right: 60px;
  }
  .get_cv-page .our_engineers .tech_cards {
    padding-bottom: 20px;
  }
  .get_cv-page .our_engineers .tech_cards > div .card_title {
    width: 67%;
  }
  .get_cv-page .statistics {
    padding-left: 60px;
    padding-right: 60px;
  }
  .get_cv-page .statistics .title {
    font-size: 28px;
    line-height: 38px;
  }
  .get_cv-page .statistics .statistics-row {
    padding-left: 0;
    padding-right: 0;
  }
  .get_cv-page .get_developers {
    padding-left: 60px;
    padding-right: 60px;
  }
  .get_cv-page .get_developers .option_1 > div {
    margin-bottom: 40px;
  }
  .get_cv-page .get_developers .option_1 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .get_cv-page .get_developers .option_list li {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .get_cv-page .technologies {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 889px) {
  .get_cv-page .technologies .technologies_2 {
    display: block;
  }
  .get_cv-page .technologies .stack {
    margin-bottom: 40px;
  }
  .get_cv-page .technologies .stack > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 35px;
  }
  .get_cv-page .technologies .stack > div .tech {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .video-background.get_cv-page {
    height: 800px;
  }
}
@media (max-width: 767px) {
  #get_cv-page .top-section .intro {
    position: absolute;
    left: 0;
    margin-top: 0;
  }
  #get_cv-page .top-section .intro-text {
    padding-left: 15px;
  }

  .get_cv-page .fixed_bar {
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
  }
  .get_cv-page .fixed_bar .bar_pattern {
    background-image: url("/images/free_assessment/bar.svg");
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .get_cv-page .fixed_bar .bar_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
  }
  .get_cv-page .fixed_bar .show_mobile {
    display: block;
  }
  .get_cv-page .fixed_bar .show_desktop {
    display: none;
  }
  .get_cv-page .grow_talent {
    padding: 52px 15px 66px;
  }
  .get_cv-page .our_engineers {
    padding: 45px 15px 0 15px;
  }
  .get_cv-page .our_engineers .title {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 35px;
  }
  .get_cv-page .our_engineers .tech_cards > div .card_title {
    margin-bottom: 30px;
  }
  .get_cv-page .custom_team {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get_cv-page .custom_team .order_1, .get_cv-page .custom_team .order_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .get_cv-page .laravel_certified {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get_cv-page .statistics {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get_cv-page .statistics .title {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }
  .get_cv-page .statistics .description {
    text-align: left;
  }
  .get_cv-page .get_developers {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .get_cv-page .get_developers .option_title {
    font-size: 33px;
    font-weight: 600;
  }
  .get_cv-page .technologies {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 550px) {
  .get_cv-page .custom_team .get_cvs_rows .col_content {
    display: block;
  }
  .get_cv-page .custom_team .get_cvs_rows .col_content .description {
    padding-bottom: 25px;
  }
  .get_cv-page .custom_team .option_2 img {
    width: 100%;
  }
  .get_cv-page .our_engineers .title {
    padding-left: 0;
    padding-right: 0;
  }
  .get_cv-page .laravel_certified .laravel_certified-bg .laravel_content {
    display: block;
  }
  .get_cv-page .laravel_certified .laravel_certified-bg .laravel_content .description {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .get_cv-page .get_developers .option_1 img {
    width: 100%;
  }
  .get_cv-page .technologies .tech_stack {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (max-width: 400px) {
  .get_cv-page .laravel_certified .laravel_certified-bg .title br, .get_cv-page .technologies .tech_stack .title br {
    display: block;
  }
}
@media (max-width: 430px) {
  .delivered-projects {
    width: 120px;
    white-space: break-spaces;
    text-align: left !important;
  }
}
.guest_posts-page {
  background-image: url(/images/headers/guest-posts.png);
}

.guest_posts {
  background-color: #37464c;
}
.guest_posts .email {
  color: #2197CE;
}
.guest_posts .email:hover, .guest_posts .email:focus {
  text-decoration: none;
}
.guest_posts .class-h1 {
  color: #2197ce;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.guest_posts .head {
  padding-top: 30px;
  text-align: center;
  width: 66.6666666667%;
  margin: auto;
}
.guest_posts .head p {
  font-size: 17px;
  font-weight: 500;
  color: #F3F3F3;
}
.guest_posts .section_one .questions-answer {
  padding-left: 95px;
  padding-right: 95px;
  padding-top: 20px;
  text-align: left;
}
.guest_posts .section_one .questions-answer .question {
  background-color: #2a383d;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 7px 21px;
}
.guest_posts .section_one .questions-answer .question p {
  color: #3CBE7A;
  display: block;
  margin-bottom: 0;
  margin-right: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.guest_posts .section_one .questions-answer .question .plus-ico {
  display: none;
  float: right;
}
.guest_posts .section_one .questions-answer .question .minus-ico {
  display: inline;
  float: right;
  position: absolute;
  right: 10px;
  top: 8px;
}
.guest_posts .section_one .questions-answer .question.collapsed .plus-ico {
  display: inline;
  position: absolute;
  top: 8px;
  right: 10px;
}
.guest_posts .section_one .questions-answer .question.collapsed .minus-ico {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
}
.guest_posts .section_one .questions-answer .content-answer {
  padding-left: 0;
  padding-right: 0;
}
.guest_posts .section_one .questions-answer .content-answer .collapse.in {
  display: block;
}
.guest_posts .section_one .questions-answer .content-answer .multi-collapse p {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
}
.guest_posts .section_two .head {
  margin-bottom: 37px;
}
.guest_posts .section_two .head h2 {
  margin-top: 0px;
}
.guest_posts .section_two .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.guest_posts .section_two .cards_match {
  padding-left: 95px;
  padding-right: 95px;
  display: flex;
}
.guest_posts .section_two .cards_match .card_content {
  flex: 1 1 auto;
  height: 100%;
}
.guest_posts .section_two .cards_match .card_content .images {
  background: black;
  overflow: hidden;
}
.guest_posts .section_two .cards_match .card_content .images img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.guest_posts .section_two .cards_match .card_text {
  padding: 34px 39px;
  background-color: #2A383D;
  min-height: 50%;
}
.guest_posts .section_two .cards_match h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #F3F3F3;
  padding-bottom: 17px;
  margin: 0;
}
.guest_posts .section_two .cards_match p {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #F3F3F3;
}
.guest_posts .section_two .cards_match .match_img {
  width: 100%;
}
.guest_posts .section_two .for_us {
  text-align: center;
}
.guest_posts .section_two .for_us .title_forYou {
  margin-top: 74px;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 31px;
  color: #F3F3F3;
}
.guest_posts .section_two .for_us .title_forUs {
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 31px;
  color: #F3F3F3;
}
.guest_posts .section_two .for_us .row {
  margin-top: 20px;
  padding-left: 95px;
  padding-right: 95px;
  display: flex;
}
.guest_posts .section_two .for_us .row h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #F3F3F3;
}
.guest_posts .section_two .for_us .row p {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
}
.guest_posts .section_two .for_us .row span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50%;
  margin: auto;
  height: 1px;
  background-color: #3CBE7A;
}
.guest_posts .section_three {
  padding-top: 15px;
}
.guest_posts .section_three .row {
  display: flex;
  margin-top: 45px;
  padding-left: 95px;
  padding-right: 95px;
}
.guest_posts .section_three .row h3 {
  margin-top: 18px;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  color: #F3F3F3;
}
.guest_posts .section_three .row .card_details {
  margin-top: 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  color: rgba(243, 243, 243, 0.63);
}
.guest_posts .section_three .row .description {
  margin-top: 9px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #F3F3F3;
}
.guest_posts .section_three .row .col-md-4 .images {
  background: black;
  overflow: hidden;
}
.guest_posts .section_three .row .col-md-4 .images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.guest_posts .section_four {
  padding-bottom: 53px;
}
.guest_posts .section_four .header {
  margin-left: 95px;
  margin-right: 95px;
  margin-top: 70px;
  background: #2A383D;
  border-radius: 3px;
}
.guest_posts .section_four .header .head {
  width: 80%;
  padding-bottom: 43px;
}
.guest_posts .section_four .header .head .class-h1 {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .guest_posts .section_two .cards_match .card_text {
    min-height: 62%;
  }
}
@media (max-width: 991px) {
  .guest_posts .class-h1 {
    width: 85%;
  }
  .guest_posts .section_four .header {
    margin-left: 45px;
    margin-right: 45px;
  }
  .guest_posts .section_one .row, .guest_posts .section_one .header, .guest_posts .section_two .row, .guest_posts .section_two .header, .guest_posts .section_three .row, .guest_posts .section_three .header {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 871px) {
  .guest_posts .section_two .cards_match .card_text {
    min-height: 67%;
    padding: 34px 25px;
  }
}
@media (max-width: 767px) {
  .guest_posts .class-h1 {
    width: 100%;
  }
  .guest_posts .head {
    width: 100%;
  }
  .guest_posts .section_two .cards_match {
    display: block;
  }
  .guest_posts .section_two .cards_match .col-md-4:not(:last-child) {
    padding-bottom: 30px;
  }
  .guest_posts .section_two .cards_match .card_text {
    min-height: auto;
  }
  .guest_posts .section_two .for_us .row {
    display: block;
  }
  .guest_posts .section_two .for_us .row .hide-mobile {
    display: none;
  }
  .guest_posts .section_two .for_us .row .col-xs-12 {
    margin-top: 30px;
  }
  .guest_posts .section_three .row {
    display: block;
  }
  .guest_posts .section_three .row > div:not(:last-child) {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .guest_posts .section_two .for_us .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .guest_posts .section_four .header {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 43px;
  }
  .guest_posts .section_one .row, .guest_posts .section_one .header, .guest_posts .section_two .row, .guest_posts .section_two .header, .guest_posts .section_three .row, .guest_posts .section_three .header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
:root {
  --swiper-pagination-color: #3cbe7a;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #FFFFFF1A;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

html {
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
}

.hdivider {
  height: 1px;
  background-color: #FFFFFF4D;
  width: 100%;
}

.healthcare-automation-hero {
  display: flex;
  gap: 21px;
  padding-bottom: 20px;
  flex-direction: column;
}
.healthcare-automation-hero .healthcare-automation-title {
  max-width: 668px;
  font-weight: 600;
  font-size: 41px;
  line-height: 45.1px;
  margin: 0;
  color: #F3F3F3;
}
.healthcare-automation-hero .healthcare-automation-description {
  max-width: 630px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}

.healthcare-automation-page {
  background-image: url("/images/updivision_healthcare_automation.png");
  background-position: center;
}

.healthcare-automation-section .container {
  max-width: 1140px;
  margin: 0 auto;
}
.healthcare-automation-section.black {
  background-color: #1A2528 !important;
}
.healthcare-automation-section.blackLight {
  background-color: #1A2528E5 !important;
}
.healthcare-automation-section.blackGray {
  background-color: #222E32 !important;
}
.healthcare-automation-section.gray {
  background-color: #37464C !important;
}

.green-bullet {
  background-color: #3CBE7A;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 999px;
}

.healthcare-black-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.healthcare-black-header .healthcare-black-title {
  margin: 0;
  color: #3cbe7a;
  font-size: 41px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .healthcare-black-header .healthcare-black-title {
    font-size: 32px;
  }
}
.healthcare-black-header .healthcare-black-desc {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 768px) {
  .healthcare-black-header .healthcare-black-desc {
    font-size: 14px;
  }
}

.healthcare-gray-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.healthcare-gray-header .healthcare-gray-title {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #2197CE;
}
@media (max-width: 768px) {
  .healthcare-gray-header .healthcare-gray-title {
    font-size: 24px;
  }
}
.healthcare-gray-header .healthcare-gray-desc {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .healthcare-gray-header .healthcare-gray-desc {
    font-size: 14px;
  }
}

.type1Button {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.type1Button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

.type2Button {
  padding: 14px 24px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.type2Button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

.healthcare-sticky-bar {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-repeat: repeat;
  background-position: center;
}
.healthcare-sticky-bar .bar_pattern {
  background-image: url("/images/free_assessment/sticky_bar.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
}
.healthcare-sticky-bar .bar_text {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.healthcare-sticky-bar .bar_text h3 {
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.healthcare-sticky-bar .bar_text p {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #F3F3F3;
  padding: 14px 24px;
  outline: 1px #72D2FF solid;
}
.healthcare-sticky-bar .bar_text span {
  color: #2197CE;
}
.healthcare-sticky-bar .show_mobile {
  display: none;
}
@media (max-width: 767px) {
  .healthcare-sticky-bar {
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
  }
  .healthcare-sticky-bar .bar_pattern {
    background-image: url("/images/free_assessment/bar.svg");
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .healthcare-sticky-bar .bar_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
    text-align: start;
  }
  .healthcare-sticky-bar .bar_text p {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 12px;
  }
  .healthcare-sticky-bar .show_mobile {
    display: block;
  }
  .healthcare-sticky-bar .show_desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .healthcare-sticky-bar {
    padding: 15px 20px;
  }
  .healthcare-sticky-bar .sticky-bar-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .healthcare-sticky-bar .sticky-bar-text {
    font-size: 16px;
  }
  .healthcare-sticky-bar .sticky-bar-button {
    font-size: 14px;
    padding: 12px 12px;
    text-align: center;
  }
}
.stat-healthcare {
  padding: 50px 105px;
}
@media (max-width: 768px) {
  .stat-healthcare {
    padding: 32px 16px !important;
  }
}
.stat-healthcare .stat-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .stat-healthcare .stat-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .stat-healthcare .stat-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat-healthcare .stat-body .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 201px;
  min-width: 189px;
  gap: 16px;
}
@media (max-width: 768px) {
  .stat-healthcare .stat-body .stat-item {
    min-height: unset;
  }
}
.stat-healthcare .stat-body .stat-item img {
  width: 54px;
  height: 54px;
}
.stat-healthcare .stat-body .stat-item .stat-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 59px;
  text-align: center;
  color: #3CBE7A;
  margin: 0;
}
.stat-healthcare .stat-body .stat-item .stat-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F3F3F3;
  margin: 0;
}

.statistics-healthcare {
  background-color: transparent;
  padding: 50px 105px;
}
.statistics-healthcare .class-h2 {
  font-weight: 400;
  line-height: 59px;
  font-size: 32px;
  text-align: center;
  color: #3cbe7a;
  margin: 0;
}
.statistics-healthcare .image_height {
  height: 54px;
  margin-bottom: 16px;
  width: auto;
}
.statistics-healthcare .image_height.img_1 {
  background-image: url("/images/homepage/health.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics-healthcare .image_height.img_2 {
  background-image: url("/images/homepage/hourglass.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics-healthcare .image_height.img_3 {
  background-image: url("/images/homepage/error.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics-healthcare .image_height.img_4 {
  background-image: url("/images/homepage/savings.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.statistics-healthcare p {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  white-space: wrap;
}
@media (max-width: 768px) {
  .statistics-healthcare p {
    text-align: left;
  }
}

.time-money-section .healthcare-black-header {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .time-money-section .healthcare-black-header {
    padding: 32px 16px;
  }
}
.time-money-section .healthcare-black-header .healthcare-black-title {
  max-width: 903px;
}
.time-money-section .healthcare-black-header .healthcare-black-desc {
  max-width: 561px;
}
.time-money-section .typesFlexWrapper {
  display: flex;
  flex-direction: column;
}
.time-money-section .typesFlexWrapper .typesSection {
  padding: 50px 72px 50px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.time-money-section .typesFlexWrapper .typesSection .portfolioFlexWrapper {
  max-width: 450px;
  max-height: 300px;
}
.time-money-section .typesFlexWrapper .typesSection .portfolioFlexWrapper2 {
  max-width: 500px;
  max-height: 300px;
}
.time-money-section .typesFlexWrapper .typesSection .typesText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 50%;
  max-width: 500px;
}
.time-money-section .typesFlexWrapper .typesSection .typesText img {
  width: 54px;
  height: 54px;
}
.time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 16px;
}
.time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #F3F3F3;
}
.time-money-section .typesFlexWrapper .typesSectionReverse {
  flex-direction: row-reverse;
  gap: 26px;
}
.time-money-section .typesSwiperPadding {
  padding-right: 0px;
  padding-bottom: 50px;
  width: 50%;
}
.time-money-section .portfolioFlexWrapper {
  display: flex;
}
.time-money-section .types-image-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.time-money-section .types-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.time-money-section .bottom-text-wrapper {
  display: flex;
  gap: 32px;
  padding: 25px 72px;
  margin-bottom: 25px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .time-money-section .bottom-text-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 25px 16px !important;
    align-items: center;
  }
}
.time-money-section .bottom-text-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  color: #f3f3f3;
  margin: 0;
}
@media (max-width: 768px) {
  .time-money-section .bottom-text-wrapper h1 {
    font-size: 24px !important;
  }
}
.time-money-section .bottom-text-wrapper h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #f3f3f3;
  text-align: right;
  max-width: 533px;
  margin: 0;
}
@media (max-width: 768px) {
  .time-money-section .bottom-text-wrapper h2 {
    text-align: center;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .time-money-section .typesFlexWrapper .typesSection {
    flex-direction: column;
    padding: 32px 16px 32px 16px;
    align-items: center;
    justify-content: center;
  }
  .time-money-section .typesFlexWrapper .typesSection .typesText {
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
  }
  .time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH2,
.time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH1 {
    text-align: center;
  }
  .time-money-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH1 {
    font-size: 30px;
    line-height: 29px;
  }
  .time-money-section .typesSwiperPadding {
    width: 100%;
    padding-bottom: 0px;
  }
}
.solutions-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .solutions-section {
    padding: 32px 16px !important;
  }
}
.solutions-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 764px;
}
.solutions-section .solutions-body {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body {
    flex-direction: column;
    align-items: center;
  }
}
.solutions-section .solutions-body .solutions-card-header {
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  color: #FFFFFF;
  margin: 0;
}
.solutions-section .solutions-body .solutions-card-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.solutions-section .solutions-body .solutions-list {
  display: flex;
  flex-direction: column;
}
.solutions-section .solutions-body .solutions-list .solutions-list-item {
  display: flex;
  gap: 16px;
  margin: 8px 0px;
}
.solutions-section .solutions-body .solutions-list .solutions-list-item .list-item-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.solutions-section .solutions-body .solutions-body-left {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 769px) {
  .solutions-section .solutions-body .solutions-body-left {
    width: 50%;
  }
}
.solutions-section .solutions-body .solutions-body-left .left-top-border {
  border-style: solid;
  border-color: #637F8B;
  border-width: 0 1px 1px 1px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 4px 4px 0px #23232340;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body .solutions-body-left .left-top-border {
    display: none;
  }
}
.solutions-section .solutions-body .solutions-body-left .left-top-border .left-top {
  background-color: #222E3233;
  margin: 0px 24px 24px;
  border-radius: 0px 0px 8px 8px;
  height: 162px;
}
.solutions-section .solutions-body .solutions-body-left .left-main-border {
  border-style: solid;
  border-color: #637F8B;
  border-width: 1px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #23232340;
}
.solutions-section .solutions-body .solutions-body-left .left-main-border .left-main-solutions {
  background-image: url("/images/healthcare-automation/solutions1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 24px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body .solutions-body-left .left-main-border .left-main-solutions {
    background-color: #222E32;
    background-position: left;
  }
}
.solutions-section .solutions-body .solutions-body-left .left-bottom-border {
  border-style: solid;
  border-color: #637F8B;
  border-width: 1px 1px 0px 1px;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px 4px 4px 0px #23232340;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body .solutions-body-left .left-bottom-border {
    display: none;
  }
}
.solutions-section .solutions-body .solutions-body-left .left-bottom-border .left-bottom {
  background-color: #222E3233;
  margin: 24px 24px 0px 24px;
  border-radius: 8px 8px 0px 0px;
  height: 162px;
}
.solutions-section .solutions-body .solutions-body-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .solutions-section .solutions-body .solutions-body-right {
    width: 50%;
  }
}
.solutions-section .solutions-body .solutions-body-right .main-border {
  border-style: solid;
  border-color: #637F8B;
  border-width: 1px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px #23232340;
}
.solutions-section .solutions-body .solutions-body-right .main-border .main-solutions-2 {
  background-image: url("/images/healthcare-automation/solutions2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 24px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body .solutions-body-right .main-border .main-solutions-2 {
    background-color: #222E32;
    background-position: right;
  }
}
.solutions-section .solutions-body .solutions-body-right .main-border .main-solutions-3 {
  background-image: url("/images/healthcare-automation/solutions3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 24px;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .solutions-section .solutions-body .solutions-body-right .main-border .main-solutions-3 {
    background-color: #222E32;
    background-position: left;
  }
}

.workflows-section {
  padding: 50px 105px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .workflows-section {
    padding: 32px 16px !important;
  }
}
.workflows-section .healthcare-black-header .healthcare-black-title {
  max-width: 810px;
}
.workflows-section .healthcare-black-header .healthcare-black-desc {
  max-width: 762px;
}
.workflows-section .workflows-body {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body {
    flex-direction: column;
  }
}
.workflows-section .workflows-body .workflows-tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 769px) {
  .workflows-section .workflows-body .workflows-tabs {
    flex-direction: column;
    width: 41%;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px #637F8B solid;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab .tab-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab .tab-title {
    display: none;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details {
  width: 100%;
}
@media (min-width: 769px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab details {
    display: none;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .summary .tab-summary {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .summary .arrow {
  width: 24px;
  height: 24px;
  display: block !important;
}
@media (min-width: 769px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab details .summary .arrow {
    display: none;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details {
  margin-top: 16px;
  border-radius: 12px;
  border: 1px #637F8B solid;
  background-color: #37464C;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #23232340;
}
@media (min-width: 769px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details {
    flex-direction: column;
    padding: 24px;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core {
  border-radius: 8px;
  padding: 24px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  background-image: url("/images/healthcare-automation/workflowsCard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-pill {
  border-radius: 12px;
  padding: 9px 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  gap: 15px;
  border: 1px #FFFFFF54 solid;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-pill p {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F3F3F3E3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-body-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list .list-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list .list-item {
    align-items: start;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list .list-item .list-bullet {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: white;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list .list-item .list-bullet {
    margin-top: 7px;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details .workflows-card-details .card-core .card-body .card-list .list-item h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-tabs .workflows-tab img {
    display: none;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}
@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
.workflows-section .workflows-body .workflows-tabs .workflows-tab:hover {
  background-color: #37464C;
}
.workflows-section .workflows-body .workflows-tabs .active-tab {
  background-color: #37464C;
}
.workflows-section .workflows-body .workflows-cards-container {
  width: 59%;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-cards-container {
    display: none;
  }
}
.workflows-section .workflows-body .workflows-card {
  display: none;
  border-radius: 12px;
  border: 1px #637F8B solid;
  background-color: #37464C;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #23232340;
}
@media (min-width: 769px) {
  .workflows-section .workflows-body .workflows-card {
    flex-direction: column;
    padding: 24px;
  }
}
.workflows-section .workflows-body .workflows-card .card-core {
  border-radius: 8px;
  padding: 24px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  background-image: url("/images/healthcare-automation/workflowsCard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.workflows-section .workflows-body .workflows-card .card-core .card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-card .card-core .card-pill {
  border-radius: 12px;
  padding: 9px 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  gap: 15px;
  border: 1px #FFFFFF54 solid;
}
.workflows-section .workflows-body .workflows-card .card-core .card-pill p {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F3F3F3E3;
  margin: 0;
}
.workflows-section .workflows-body .workflows-card .card-core .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.workflows-section .workflows-body .workflows-card .card-core .card-body .card-body-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.workflows-section .workflows-body .workflows-card .card-core .card-body .card-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.workflows-section .workflows-body .workflows-card .card-core .card-body .card-list .list-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-card .card-core .card-body .card-list .list-item {
    align-items: start;
  }
}
.workflows-section .workflows-body .workflows-card .card-core .card-body .card-list .list-item .list-bullet {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: white;
}
@media (max-width: 768px) {
  .workflows-section .workflows-body .workflows-card .card-core .card-body .card-list .list-item .list-bullet {
    margin-top: 7px;
  }
}
.workflows-section .workflows-body .workflows-card .card-core .card-body .card-list .list-item h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}

.teams-section {
  position: relative;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .teams-section {
    padding: 32px 0px !important;
  }
}
.teams-section .healthcare-gray-header {
  padding: 0px 72px;
}
@media (max-width: 768px) {
  .teams-section .healthcare-gray-header {
    padding: 0px 16px !important;
  }
}
.teams-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 938px;
}
.teams-section .testimonials-carousel {
  width: 100%;
  overflow: visible;
}
.teams-section .portfolioFlexWrapper {
  display: flex;
}
.teams-section .portfolio-section {
  background-color: #222E32 !important;
}
.teams-section .typesSection {
  position: relative;
  padding: 50px 80px 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.teams-section .typesSection .typesText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 35%;
}
.teams-section .typesSection .typesText img {
  width: 54px;
  height: 54px;
}
.teams-section .typesSection .typesText .typesDesc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 469px;
}
.teams-section .typesSection .typesText .typesDesc .typesDescH1 {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #f3f3f3;
  margin: 0;
  max-height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.teams-section .typesSection .typesText .typesDesc .typesDescH2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #f3f3f3;
  margin: 0;
  max-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.teams-section .typesSection .typesText .typesButton {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.teams-section .typesSection .typesText .typesButton:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}
.teams-section .typesSection .typesTextReverse {
  align-items: end;
  text-align: end;
}
.teams-section .typesSection.typesSectionReverse {
  flex-direction: row-reverse;
  text-align: end;
}
.teams-section .typesSwiperPadding {
  padding-right: 0px;
  padding-bottom: 50px;
  width: 53%;
}
.teams-section .mobileAppsSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.teams-section .typesSwiperWrapper {
  align-items: center;
}
.teams-section .typesSwiperSlide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  opacity: 50%;
  z-index: 1;
}
.teams-section .typesButtonPrev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
  z-index: 10;
}
.teams-section .typesButtonPrev:after {
  font-size: 25px;
}
.teams-section .typesButtonNext {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
  z-index: 10;
}
.teams-section .typesButtonNext:after {
  font-size: 25px;
}
.teams-section .types-card-portfolio {
  border-radius: 12px;
}
.teams-section .types-card-portfolio .portfolioFlexWrapper {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  width: 180px;
  height: 225px;
}
.teams-section .types-card-portfolio .portfolioFlexWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.teams-section .types-card-portfolio .portfolioFlexWrapper .types-card-text {
  display: none;
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #1a2528b2;
  padding: 16px;
  gap: 2px;
  border-radius: 0px 0px 12px 12px;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 768px) {
  .teams-section .types-card-portfolio .portfolioFlexWrapper .types-card-text {
    padding: 8px;
  }
}
.teams-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesH3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #f3f3f3;
  text-align: left;
  padding-bottom: 4px;
}
.teams-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesP {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f3f3f3;
  text-align: left;
}
.teams-section .typesSlideActive {
  opacity: 100%;
  z-index: 2;
  margin-right: 0 !important;
}
.teams-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
  width: 400px;
  height: 300px;
}
.teams-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper .types-card-text {
  display: flex;
}
@media (max-width: 900px) {
  .teams-section .typesSection {
    flex-direction: column !important;
    padding: 32px 16px 32px 16px;
    align-items: center;
    justify-content: center;
  }
  .teams-section .typesSection .typesText {
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
  }
  .teams-section .typesSection .typesText .typesDesc .typesDescH2,
.teams-section .typesSection .typesText .typesDesc .typesDescH1 {
    text-align: center;
  }
}
@media (max-width: 420px) {
  .teams-section .typesSwiperPadding {
    width: 100%;
    padding-bottom: 0px;
  }
  .teams-section .types-card-portfolio .portfolioFlexWrapper {
    width: 100px;
    height: 140px;
  }
  .teams-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 260px;
    height: 215px;
  }
}
@media (min-width: 420px) and (max-width: 600px) {
  .teams-section .typesSwiperPadding {
    padding-bottom: 0px;
  }
  .teams-section .types-card-portfolio .portfolioFlexWrapper {
    width: 120px;
    height: 140px;
  }
  .teams-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 260px;
    height: 215px;
  }
}
@media (min-width: 420px) and (max-width: 500px) {
  .teams-section .typesSwiperPadding {
    width: 90%;
    padding-bottom: 0px;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .teams-section .typesSwiperPadding {
    width: 70%;
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .teams-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 700px) and (max-width: 800px) {
  .teams-section .typesSwiperPadding {
    width: 80%;
  }
  .teams-section .types-card-portfolio .portfolioFlexWrapper {
    width: 130px;
    height: 140px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .teams-section .types-card-portfolio .portfolioFlexWrapper {
    width: 140px;
    height: 140px;
  }
  .teams-section .typesSwiperPadding {
    width: 70%;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .teams-section .typesSwiperPadding {
    width: 62%;
  }
}
.teams-section .testimonialSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.teams-section .testimonialSwiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 50%;
  margin-bottom: 48px;
}
.teams-section .testimonialSlideActive {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 100%;
}
.teams-section .title-testi {
  padding: 0px 16px 50px 16px;
  text-align: center;
}
.teams-section .title-testi .class-h1 {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  .teams-section .title-testi {
    padding: 32px 16px 32px 16px;
  }
  .teams-section .title-testi .class-h1 {
    font-size: 30px;
    padding-top: 32px;
  }
}
.teams-section .testimonialButtonPrev {
  left: 20px;
  top: calc(50% - 24px);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
}
.teams-section .testimonialButtonPrev:after {
  font-size: 25px;
}
.teams-section .testimonialButtonNext {
  right: 20px;
  top: calc(50% - 24px);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
}
.teams-section .testimonialButtonNext:after {
  font-size: 25px;
}
.teams-section .testimonials-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px 40px 0px;
  width: 100%;
}
@media (max-width: 900px) {
  .teams-section .testimonials-button-div {
    padding: 32px 0px;
  }
}
.teams-section .testimonials-button-div a {
  text-decoration: none !important;
}
.teams-section .testimonials-button-div a:hover {
  text-decoration: none !important;
}
.teams-section .testimonials-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 14px 24px;
  background-color: #3cbe7a;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
}
.teams-section .testimonials-button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}
.teams-section .testimonials-card-portfolio {
  min-height: 305px;
  margin: 0px 10px 0px 10px;
  border-radius: 12px;
  border: 1px solid #f3f3f34d;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #00000033;
}
.teams-section .testimonials-card-portfolio-header {
  display: flex;
  gap: 16px;
  width: 100%;
}
.teams-section .testimonials-card-portfolio-header img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams-section .testimonials-card-portfolio-header div {
  display: flex;
  flex-direction: column;
}
.teams-section .testimonials-card-portfolio-header div .testimonial-card-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #3cbe7a;
}
.teams-section .testimonials-card-portfolio-header div .testimonial-card-h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #efefef;
}
.teams-section .testimonials-card-portfolio-description {
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #efefef;
}
.teams-section .testimonials-card-portfolio-description p {
  margin: 0 !important;
}
@media (max-width: 900px) {
  .teams-section .testimonialButtonPrev,
.teams-section .testimonialButtonNext {
    display: none !important;
  }
  .teams-section .testimonialSwiperSlide {
    padding: 20px;
  }
  .teams-section .testimonials-card-portfolio {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .teams-section .testimonials-card-portfolio-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .teams-section .testimonials-card-portfolio-header img {
    margin-bottom: 8px;
  }
  .teams-section .testimonials-card-portfolio-description {
    text-align: center;
  }
}

.phases-section {
  padding: 50px 105px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .phases-section {
    padding: 32px 16px !important;
  }
}
.phases-section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phases-section .healthcare-black-header .healthcare-black-title {
  max-width: 810px;
}
.phases-section .healthcare-black-header .healthcare-black-desc {
  max-width: 688px;
}
.phases-section .phases-body {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .phases-section .phases-body {
    flex-flow: column;
  }
}
.phases-section .phases-body .phases-left {
  display: flex;
  flex-direction: column;
  max-width: 357px;
  width: 100%;
  gap: 6px;
}
@media (min-width: 769px) {
  .phases-section .phases-body .phases-left {
    width: 45.7% !important;
  }
}
.phases-section .phases-body .phases-left .phases-tab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.phases-section .phases-body .phases-left .phases-tab details {
  width: 100%;
}
@media (min-width: 769px) {
  .phases-section .phases-body .phases-left .phases-tab details {
    display: none;
  }
}
.phases-section .phases-body .phases-left .phases-tab details .summary {
  display: flex;
  flex-direction: column;
}
.phases-section .phases-body .phases-left .phases-tab details .summary .tab-summary {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.phases-section .phases-body .phases-left .phases-tab details .summary .tab-summary img {
  display: block !important;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  background-color: #222E32;
  border-radius: 8px;
  margin-top: 16px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .weeks-pill {
  padding: 10px;
  display: flex;
  gap: 4px;
  border-radius: 100px;
  background-color: #7C69EF;
  align-self: start;
  align-items: center;
  justify-content: center;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .weeks-pill img {
  width: 24px;
  height: 24px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .weeks-pill .weeks-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-give {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-give .give-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-give .give-header img {
  width: 40px;
  height: 40px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-give .give-header .give-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-give .give-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-get {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-get .get-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-get .get-header img {
  width: 40px;
  height: 40px;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-get .get-header .get-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab details .phases-card-details .card-get .get-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab .tab-body {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .phases-section .phases-body .phases-left .phases-tab .tab-body {
    display: none;
  }
}
.phases-section .phases-body .phases-left .phases-tab .tab-body img {
  display: none;
}
.phases-section .phases-body .phases-left .phases-tab .tab-body .tab-phase {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF4D;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab .tab-body .tab-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF4D;
  margin: 0;
}
.phases-section .phases-body .phases-left .phases-tab .tab-body:not(:last-child) {
  margin-bottom: 12px;
}
.phases-section .phases-body .phases-left .phases-tab .vdivider {
  width: 3px;
  background-color: #FFFFFF4D;
  align-self: stretch;
  border-radius: 100px;
}
.phases-section .phases-body .phases-left .active-tab .tab-body, .phases-section .phases-body .phases-left .active-tab .tab-summary {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.phases-section .phases-body .phases-left .active-tab .tab-body img, .phases-section .phases-body .phases-left .active-tab .tab-summary img {
  display: block !important;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}
.phases-section .phases-body .phases-left .active-tab .tab-body .tab-phase, .phases-section .phases-body .phases-left .active-tab .tab-summary .tab-phase {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.phases-section .phases-body .phases-left .active-tab .tab-body .tab-title, .phases-section .phases-body .phases-left .active-tab .tab-summary .tab-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  color: #FFFFFF;
  margin: 0;
}
.phases-section .phases-body .phases-left .active-tab .vdivider {
  background-color: #FFFFFF !important;
}
.phases-section .phases-body .phases-card-containter {
  display: block;
}
@media (max-width: 768px) {
  .phases-section .phases-body .phases-card-containter {
    display: none;
  }
}
.phases-section .phases-body .phases-card-containter .phases-card {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  max-width: 400px;
  width: 100%;
  background-color: #222E32;
  border-radius: 8px;
}
.phases-section .phases-body .phases-card-containter .phases-card .weeks-pill {
  padding: 10px;
  display: flex;
  gap: 4px;
  border-radius: 100px;
  background-color: #7C69EF;
  align-self: start;
  align-items: center;
  justify-content: center;
}
.phases-section .phases-body .phases-card-containter .phases-card .weeks-pill img {
  width: 24px;
  height: 24px;
}
.phases-section .phases-body .phases-card-containter .phases-card .weeks-pill .weeks-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-give {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-give .give-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-give .give-header img {
  width: 40px;
  height: 40px;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-give .give-header .give-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-give .give-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-get {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-get .get-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-get .get-header img {
  width: 40px;
  height: 40px;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-get .get-header .get-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.phases-section .phases-body .phases-card-containter .phases-card .card-get .get-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}

.reliable-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .reliable-section {
    padding: 32px 16px !important;
  }
}
.reliable-section .healthcare-gray-header {
  padding: 32px 44px;
}
@media (max-width: 768px) {
  .reliable-section .healthcare-gray-header {
    padding: 16px 22px !important;
  }
}
.reliable-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 938px;
}
.reliable-section .for-you {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 109px;
}
@media (max-width: 768px) {
  .reliable-section .for-you {
    gap: 20px !important;
    padding: 20px 25px;
  }
}
.reliable-section .for-you .for-you-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.reliable-section .for-you .for-you-body {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .reliable-section .for-you .for-you-body {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .reliable-section .for-you .for-you-body .divider {
    height: 1px;
    background-color: #FFFFFF4D;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .reliable-section .for-you .for-you-body .divider {
    width: 1px;
    background-color: #FFFFFF4D;
    align-self: stretch;
  }
}
.reliable-section .for-you .for-you-body .body-side {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 769px) {
  .reliable-section .for-you .for-you-body .body-side {
    width: 50%;
  }
}
.reliable-section .for-you .for-you-body .body-side .list-item {
  display: flex;
  gap: 8px;
  flex-direction: column;
  min-height: 72px;
}
.reliable-section .for-you .for-you-body .body-side .list-item .list-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.reliable-section .for-you .for-you-body .body-side .list-item .list-header img {
  width: 24px;
  height: 22px;
}
.reliable-section .for-you .for-you-body .body-side .list-item .list-header .list-title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.reliable-section .for-you .for-you-body .body-side .list-item .list-desc {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.reliable-section .systems {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 153px 0 153px;
}
@media (max-width: 768px) {
  .reliable-section .systems {
    padding: 20px 25px 0 25px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .reliable-section .systems {
    padding: 50px 76px 0 76px;
  }
}
.reliable-section .systems .systems-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.reliable-section .systems .systems-header .systems-title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
}
.reliable-section .systems .systems-header .systems-desc {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #F3F3F3;
}
.reliable-section .systems .systems-body {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .reliable-section .systems .systems-body {
    flex-direction: column;
  }
}
.reliable-section .systems .systems-body .systems-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.reliable-section .systems .systems-body .systems-list .systems-list-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.reliable-section .systems .systems-body .systems-list .systems-list-item .item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.reliable-section .systems .systems-body .types-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.reliable-section .systems .systems-body .types-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
  max-width: 407px;
  max-height: 240px;
}

.questions-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .questions-section {
    padding: 32px 16px !important;
  }
}
@media (min-width: 769px) {
  .questions-section {
    background-image: url("/images/healthcare-automation/FAQ.png");
    background-position: top;
    background-repeat: no-repeat;
    background-position: cover;
  }
}
.questions-section .healthcare-black-header .healthcare-black-title {
  max-width: 959px;
}
.questions-section .questions-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 0px 12px 0px;
}
.questions-section .questions-pills .selectable-pill {
  background-color: #2F3A3D;
  border: 1px #656F74 solid;
  border-radius: 12px;
  padding: 9px 21px;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.questions-section .questions-pills .selectable-pill .pill-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F3F3F3;
  text-align: center;
  margin: 0;
}
.questions-section .questions-pills .selectable-pill:hover {
  background-color: #202A2C;
}
.questions-section .questions-pills .selected-pill {
  background-color: #202A2C;
}
.questions-section .questions-body {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding-left: 33px;
  padding-right: 33px;
}
.questions-section .questions-body .questions-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.questions-section .questions-body .questions-header .questions-question-body {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.questions-section .questions-body .questions-header .questions-question-body .questions-question {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.questions-section .questions-body .questions-header .questions-question-body .questions-answer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
  display: none;
}
.questions-section .questions-body .questions-header .open-question {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.questions-section .questions-body .questions-header .close-question {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.questions-section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .partners-section {
    padding: 32px 16px !important;
  }
}
.partners-section .healthcare-gray-header .healthcare-gray-title {
  max-width: 700px;
}
.partners-section .partners-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.partners-section .partners-body .bg-partners-1 {
  background-image: url("/images/healthcare-automation/partners1.png");
}
.partners-section .partners-body .bg-partners-2 {
  background-image: url("/images/healthcare-automation/partners2.png");
}
.partners-section .partners-body .bg-partners-3 {
  background-image: url("/images/healthcare-automation/partners3.png");
}
.partners-section .partners-body .bg-partners-4 {
  background-image: url("/images/healthcare-automation/partners4.png");
}
.partners-section .partners-body .bg-partners-5 {
  background-image: url("/images/healthcare-automation/partners5.png");
}
.partners-section .partners-body .bg-partners-6 {
  background-image: url("/images/healthcare-automation/partners6.png");
}
.partners-section .partners-body .partners-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 330px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  outline: 1px #F3F3F34D solid;
  border-radius: 12px;
  padding: 24px;
}
.partners-section .partners-body .partners-card img {
  width: 54px;
  height: 54px;
}
.partners-section .partners-body .partners-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.partners-section .partners-body .partners-card .card-body .card-title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  max-width: 267px;
}
.partners-section .partners-body .partners-card .card-body .card-desc {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  max-width: 267px;
}

.transform-section {
  padding: 50px 72px 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 769px) {
  .transform-section {
    background-image: url("/images/healthcare-automation/transform.png");
    background-repeat: no-repeat;
    background-position: right bottom 50px;
  }
}
@media (max-width: 768px) {
  .transform-section {
    padding: 32px 16px !important;
  }
}
.transform-section .healthcare-black-header .healthcare-black-title {
  max-width: 810px;
}
.transform-section .healthcare-black-header .healthcare-black-desc {
  max-width: 688px;
}
.transform-section .transform-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.transform-section .transform-body .body-title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.transform-section .transform-body .transform-list {
  max-width: 493px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.transform-section .transform-body .transform-list .transform-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.transform-section .transform-body .transform-list .transform-list-item .transform-list-text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
}
.transform-section .transform-body .button-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transform-section .button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-section {
  padding: 50px 72px 0px 72px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 32px 8px !important;
  }
}
.contact-section .healthcare-gray-header {
  padding: 32px 0px;
}
.contact-section .healthcare-gray-header .healthcare-gray-title {
  max-width: 700px;
}
.contact-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 688px;
}

:root {
  --swiper-pagination-color: #3cbe7a;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #637f8b;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

html {
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif;
}

.hdivider {
  height: 1px;
  background-color: #FFFFFF4D;
  width: 100%;
}

.healthcare-development-hero {
  display: flex;
  gap: 21px;
  padding-bottom: 20px;
  flex-direction: column;
}
.healthcare-development-hero .healthcare-development-title {
  max-width: 668px;
  font-weight: 600;
  font-size: 41px;
  line-height: 45.1px;
  margin: 0;
  color: #F3F3F3;
}
.healthcare-development-hero .healthcare-development-description {
  max-width: 630px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}

.healthcare-development-page {
  background-image: url("/images/updivision_healthcare_development.png");
  background-position: center;
}

.healthcare-development-section .container {
  max-width: 1140px;
  margin: 0 auto;
}
.healthcare-development-section.black {
  background-color: #1A2528 !important;
}
.healthcare-development-section.blackLight {
  background-color: #1A2528E5 !important;
}
.healthcare-development-section.blackGray {
  background-color: #222E32 !important;
}
.healthcare-development-section.gray {
  background-color: #37464C !important;
}

.green-bullet {
  background-color: #3CBE7A;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  border-radius: 999px;
}

.healthcare-black-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.healthcare-black-header .healthcare-black-title {
  margin: 0;
  color: #3cbe7a;
  font-size: 41px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .healthcare-black-header .healthcare-black-title {
    font-size: 32px;
  }
}
.healthcare-black-header .healthcare-black-desc {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 768px) {
  .healthcare-black-header .healthcare-black-desc {
    font-size: 14px;
  }
}

.healthcare-gray-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.healthcare-gray-header .healthcare-gray-title {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #2197CE;
}
@media (max-width: 768px) {
  .healthcare-gray-header .healthcare-gray-title {
    font-size: 24px;
  }
}
.healthcare-gray-header .healthcare-gray-desc {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .healthcare-gray-header .healthcare-gray-desc {
    font-size: 14px;
  }
}

.type1Button {
  padding: 10px 24px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none !important;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.type1Button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

.type2Button {
  padding: 14px 24px;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none !important;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.type2Button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

.healthcare-sticky-bar {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-repeat: repeat;
  background-position: center;
}
.healthcare-sticky-bar .bar_pattern {
  background-image: url("/images/free_assessment/sticky_bar.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
}
.healthcare-sticky-bar .bar_text {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.healthcare-sticky-bar .bar_text h3 {
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.healthcare-sticky-bar .bar_text p {
  margin: 0;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #F3F3F3;
  padding: 14px 24px;
  outline: 1px #72D2FF solid;
}
.healthcare-sticky-bar .bar_text span {
  color: #2197CE;
}
.healthcare-sticky-bar .show_mobile {
  display: none;
}
@media (max-width: 767px) {
  .healthcare-sticky-bar {
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
  }
  .healthcare-sticky-bar .bar_pattern {
    background-image: url("/images/free_assessment/bar.svg");
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .healthcare-sticky-bar .bar_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
    text-align: start;
  }
  .healthcare-sticky-bar .bar_text p {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 12px;
  }
  .healthcare-sticky-bar .show_mobile {
    display: block;
  }
  .healthcare-sticky-bar .show_desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .healthcare-sticky-bar {
    padding: 15px 20px;
  }
  .healthcare-sticky-bar .sticky-bar-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .healthcare-sticky-bar .sticky-bar-text {
    font-size: 16px;
  }
  .healthcare-sticky-bar .sticky-bar-button {
    font-size: 14px;
    padding: 12px 12px;
    text-align: center;
  }
}
.stat2-healthcare {
  padding: 50px 105px;
}
@media (max-width: 768px) {
  .stat2-healthcare {
    padding: 32px 16px !important;
  }
}
.stat2-healthcare .stat2-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .stat2-healthcare .stat2-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .stat2-healthcare .stat2-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat2-healthcare .stat2-body .stat2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 201px;
  min-width: 189px;
  gap: 16px;
}
.stat2-healthcare .stat2-body .stat2-item img {
  width: 54px;
  height: 54px;
}
.stat2-healthcare .stat2-body .stat2-item .stat2-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 59px;
  text-align: center;
  color: #3CBE7A;
  margin: 0;
}
.stat2-healthcare .stat2-body .stat2-item .stat2-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #F3F3F3;
  margin: 0;
}

.software-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .software-section {
    padding: 32px 16px !important;
  }
}
.software-section .healthcare-black-header .healthcare-black-title {
  max-width: 879px;
}
.software-section .healthcare-black-header .healthcare-black-desc {
  max-width: 534px;
}
.software-section .software-body {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-body {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
.software-section .software-body .top-left-card {
  background-color: #1A2528E5;
}
.software-section .software-body .top-left-card img {
  width: 200px;
  height: 200px;
}
@media (max-width: 768px) {
  .software-section .software-body .top-left-card img {
    width: unset;
  }
}
@media (max-width: 768px) {
  .software-section .software-body .top-left-card {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .software-section .software-body .top-left-card {
    width: 31.8713450292%;
  }
}
.software-section .software-body .trio-top-card {
  width: 100%;
  background-position: right;
  background-image: url("/images/healthcare-development/software2.svg");
}
@media (max-width: 768px) {
  .software-section .software-body .trio-top-card {
    background-color: #1A2528E5;
  }
}
.software-section .software-body .trio-bottom-left-card {
  background-position: left;
  width: 50%;
  background-image: url("/images/healthcare-development/software3.svg");
}
@media (max-width: 768px) {
  .software-section .software-body .trio-bottom-left-card {
    width: 100%;
    background-color: #1A2528E5;
  }
}
.software-section .software-body .trio-bottom-right-card {
  background-position: right;
  width: 50%;
  background-image: url("/images/healthcare-development/software4.svg");
}
@media (max-width: 768px) {
  .software-section .software-body .trio-bottom-right-card {
    width: 100%;
    background-color: #1A2528E5;
  }
}
.software-section .software-body .bottom-left-card {
  background-position: right;
  width: 66.081871345%;
  background-image: url("/images/healthcare-development/software5.svg");
}
@media (max-width: 768px) {
  .software-section .software-body .bottom-left-card {
    width: 100%;
    background-color: #1A2528E5;
  }
}
.software-section .software-body .bottom-right-card {
  background-position: left;
  width: 31.5789473684%;
  background-image: url("/images/healthcare-development/software6.svg");
}
@media (max-width: 768px) {
  .software-section .software-body .bottom-right-card {
    width: 100%;
    background-color: #1A2528E5;
  }
}
.software-section .software-body .software-card {
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px #F3F3F34D solid;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.software-section .software-body .software-card .software-card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.software-section .software-body .software-card .software-card-header .software-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.software-section .software-body .software-card .software-card-header .software-card-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.software-section .software-body .software-card .software-card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.software-section .software-body .software-card .software-card-list .software-list-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.software-section .software-body .software-card .software-card-list .software-list-item .list-item-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}
.software-section .software-body .software-top {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-body .software-top {
    flex-direction: column;
  }
}
.software-section .software-body .software-top .software-card-trio {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-body .software-top .software-card-trio {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .software-section .software-body .software-top .software-card-trio {
    width: 65.7894736842%;
  }
}
.software-section .software-body .software-top .software-card-trio .software-card-trio-bottom {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-body .software-top .software-card-trio .software-card-trio-bottom {
    flex-direction: column;
  }
}
.software-section .software-body .software-bottom {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-body .software-bottom {
    flex-direction: column;
  }
}
.software-section .software-bottom-text {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 24px;
}
@media (max-width: 768px) {
  .software-section .software-bottom-text {
    flex-direction: column;
    text-align: center;
  }
}
.software-section .software-bottom-text .bottom-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  color: #F3F3F3;
  margin: 0;
}
.software-section .software-bottom-text .bottom-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 768px) {
  .software-section .software-bottom-text .bottom-desc {
    text-align: center;
  }
}
.software-section .software-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 24px;
}

.process-section {
  padding: 100px 72px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .process-section {
    padding: 32px 16px !important;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .process-section .healthcare-gray-header-wrapper .healthcare-gray-header {
    position: sticky;
    align-self: flex-start;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 66.666px;
  }
}
.process-section .healthcare-gray-header-wrapper .healthcare-gray-header .healthcare-gray-title {
  max-width: 352px;
}
@media (min-width: 769px) {
  .process-section .healthcare-gray-header-wrapper .healthcare-gray-header .healthcare-gray-title {
    text-align: left;
  }
}
.process-section .healthcare-gray-header-wrapper .healthcare-gray-header .healthcare-gray-desc {
  max-width: 352px;
}
@media (min-width: 769px) {
  .process-section .healthcare-gray-header-wrapper .healthcare-gray-header .healthcare-gray-desc {
    text-align: left;
  }
}
.process-section .card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.process-section .card-list .card {
  display: flex;
  flex-direction: column;
  background-color: #222E32;
  padding: 24px;
  border-radius: 12px;
  gap: 16px;
}
.process-section .card-list .card .card-head {
  display: flex;
  justify-content: space-between;
}
.process-section .card-list .card .card-head .weeks {
  background-color: #7C69EF;
  border-radius: 100px;
  padding: 10px;
  text-transform: uppercase;
}
.process-section .card-list .card .card-head img {
  height: 44px;
  width: 44px;
}
.process-section .card-list .card .card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.process-section .card-list .card .card-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.process-section .card-list .card .card-list .list-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.process-section .card-list .card .card-list .list-item .list-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}

.real-section {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .real-section {
    padding: 32px 0px !important;
  }
}
.real-section .healthcare-black-header .healthcare-black-title {
  max-width: 903px;
}
.real-section .healthcare-black-header .healthcare-black-desc {
  max-width: 534px;
}
.real-section .testimonials-carousel {
  width: 100%;
  overflow: visible;
}
.real-section .portfolioFlexWrapper {
  display: flex;
}
.real-section .portfolio-section {
  background-color: #222E32 !important;
}
.real-section .testimonialSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.real-section .testimonialSwiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 50%;
  margin-bottom: 48px;
}
.real-section .testimonialSlideActive {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 100%;
}
.real-section .title-testi {
  padding: 40px 50px 40px 50px;
  text-align: center;
}
.real-section .title-testi .class-h1 {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  .real-section .title-testi {
    padding: 32px 16px 32px 16px;
  }
  .real-section .title-testi .class-h1 {
    font-size: 30px;
    padding-top: 32px;
  }
}
.real-section .testimonialButtonPrev {
  left: 20px;
  top: calc(50% - 24px);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
}
.real-section .testimonialButtonPrev:after {
  font-size: 20px;
}
.real-section .testimonialButtonNext {
  right: 20px;
  top: calc(50% - 24px);
  color: #F3F3F3;
  --swiper-navigation-size: 40px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF1A;
  border-radius: 999px;
}
.real-section .testimonialButtonNext:after {
  font-size: 20px;
}
.real-section .testimonials-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px 50px 0px;
  width: 100%;
}
@media (max-width: 900px) {
  .real-section .testimonials-button-div {
    padding: 32px 0px;
  }
}
.real-section .testimonials-button-div a {
  text-decoration: none !important;
}
.real-section .testimonials-button-div a:hover {
  text-decoration: none !important;
}
.real-section .testimonials-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 14px 24px;
  background-color: #3cbe7a;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
}
.real-section .testimonials-button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}
.real-section .testimonials-card-portfolio {
  min-height: 305px;
  margin: 0px 10px 0px 10px;
  border-radius: 12px;
  border: 1px solid #f3f3f34d;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #00000033;
}
.real-section .testimonials-card-portfolio-header {
  display: flex;
  gap: 16px;
  width: 100%;
}
.real-section .testimonials-card-portfolio-header img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-section .testimonials-card-portfolio-header div {
  display: flex;
  flex-direction: column;
}
.real-section .testimonials-card-portfolio-header div .testimonial-card-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #3cbe7a;
}
.real-section .testimonials-card-portfolio-header div .testimonial-card-h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #efefef;
}
.real-section .testimonials-card-portfolio-description {
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #efefef;
}
.real-section .testimonials-card-portfolio-description p {
  margin: 0 !important;
}
@media (max-width: 900px) {
  .real-section .testimonialButtonPrev,
.real-section .testimonialButtonNext {
    display: none !important;
  }
  .real-section .testimonialSwiperSlide {
    padding: 20px;
  }
  .real-section .testimonials-card-portfolio {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .real-section .testimonials-card-portfolio-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .real-section .testimonials-card-portfolio-header img {
    margin-bottom: 8px;
  }
  .real-section .testimonials-card-portfolio-description {
    text-align: center;
  }
}

.teams2-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .teams2-section {
    padding: 32px 16px !important;
  }
}
.teams2-section .healthcare-gray-header {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .teams2-section .healthcare-gray-header {
    padding-top: 20px !important;
  }
}
.teams2-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 570px;
}
.teams2-section .teams2-body {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 100px;
  gap: 24px;
}
@media (max-width: 768px) {
  .teams2-section .teams2-body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.teams2-section .teams2-body .teams2-body-top {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .teams2-section .teams2-body .teams2-body-top {
    flex-direction: column;
  }
}
.teams2-section .teams2-body .teams2-body-top .top-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  outline: 1px #637F8B solid;
  padding: 24px;
  width: 100%;
}
.teams2-section .teams2-body .teams2-body-top .top-card img {
  width: 44px;
  height: 44px;
}
.teams2-section .teams2-body .teams2-body-bottom {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .teams2-section .teams2-body .teams2-body-bottom {
    flex-direction: column;
  }
}
.teams2-section .teams2-body .teams2-body-bottom .bottom-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  border: 1px #637F8B solid;
  padding: 24px;
  width: 100%;
}
.teams2-section .teams2-body .teams2-body-bottom .bottom-card img {
  width: 44px;
  height: 44px;
}
.teams2-section .teams2-body .teams2-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
.teams2-section .teams2-body .teams2-card-content .teams2-card-title {
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.teams2-section .teams2-body .teams2-card-content .teams2-card-desc {
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
}

.questions2-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .questions2-section {
    padding: 32px 16px !important;
  }
}
@media (min-width: 769px) {
  .questions2-section {
    background-image: url("/images/healthcare-development/FAQ.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.questions2-section .healthcare-black-header .healthcare-black-title {
  max-width: 959px;
}
.questions2-section .questions2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 0px 12px 0px;
}
.questions2-section .questions2-pills .selectable-pill {
  background-color: #2F3A3D;
  border: 1px #656F74 solid;
  border-radius: 12px;
  padding: 9px 21px;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.questions2-section .questions2-pills .selectable-pill .pill-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F3F3F3;
  text-align: center;
  margin: 0;
}
.questions2-section .questions2-pills .selectable-pill:hover {
  background-color: #202A2C;
}
.questions2-section .questions2-pills .selected-pill {
  background-color: #202A2C;
}
.questions2-section .questions2-body {
  display: none;
  flex-direction: column;
  gap: 24px;
  padding-left: 33px;
  padding-right: 33px;
}
.questions2-section .questions2-body .questions2-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.questions2-section .questions2-body .questions2-header .questions2-question-body {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.questions2-section .questions2-body .questions2-header .questions2-question-body .questions2-question {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
.questions2-section .questions2-body .questions2-header .questions2-question-body .questions2-answer {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
  margin: 0;
  display: none;
}
.questions2-section .questions2-body .questions2-header .open-question {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.questions2-section .questions2-body .questions2-header .close-question {
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.questions2-section .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-section {
  padding: 50px 72px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .solution-section {
    padding: 32px 16px !important;
  }
}
.solution-section .healthcare-gray-header {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .solution-section .healthcare-gray-header {
    padding-top: 20px !important;
  }
}
.solution-section .healthcare-gray-header .healthcare-gray-title {
  max-width: 493px;
}
.solution-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 645px;
}
.solution-section .solution-body {
  display: flex;
  gap: 47px;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 63px;
}
@media (max-width: 768px) {
  .solution-section .solution-body {
    padding-bottom: 30px !important;
    flex-direction: column;
  }
}
.solution-section .solution-body .solution-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 442px;
}
.solution-section .solution-body .solution-left .body-title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.solution-section .solution-body .solution-left .solution-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.solution-section .solution-body .solution-left .solution-list .solution-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.solution-section .solution-body .solution-left .solution-list .solution-list-item .solution-list-text {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
}
.solution-section .solution-body .types-image-wrapper {
  overflow: hidden;
}
.solution-section .solution-body .types-image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 537px;
  max-height: 296px;
}

.contact2-section {
  padding: 50px 72px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .contact2-section {
    padding: 32px 8px !important;
  }
}
.contact2-section .healthcare-gray-header .healthcare-gray-title {
  max-width: 700px;
}
.contact2-section .healthcare-gray-header .healthcare-gray-desc {
  max-width: 688px;
}

.industries-container, .industry-categories {
  font-family: "Lato";
}
.industries-container .page_header, .industry-categories .page_header {
  background-color: #37464c;
  padding-top: 67px;
  padding-bottom: 86px;
}
.industries-container .page_header .page_title, .industry-categories .page_header .page_title {
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  color: #3CBE7A;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.industries-container .page_header .page_description, .industry-categories .page_header .page_description {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #F3F3F3;
  margin: 0 auto;
  max-width: 500px;
}
.industries-container .section_three, .industry-categories .section_three {
  background: url("/images/services/1.jpg") rgba(55, 70, 76, 0.95);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 130px;
  padding-right: 150px;
  padding-bottom: 80px;
}
.industries-container .section_three-col, .industry-categories .section_three-col {
  display: flex;
  gap: 40px 130px;
  margin-bottom: 40px;
}
.industries-container .section_three-col p, .industry-categories .section_three-col p {
  font-size: 14.5px;
}
.industries-container .section_three-col p a, .industry-categories .section_three-col p a {
  color: #2197ce;
}
.industries-container .section_three-col p a:hover, .industry-categories .section_three-col p a:hover {
  color: #337ab7;
}
.industries-container .section_three-col > div, .industry-categories .section_three-col > div {
  width: 50%;
}
.industries-container .section_three img, .industry-categories .section_three img {
  height: 90px;
}
.industries-container .section_three .btn.button-services-first, .industry-categories .section_three .btn.button-services-first {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: rgba(243, 243, 243, 0.85);
  padding: 14px 80px;
  background-color: #3CBE7A;
}
.industries-container .section_three .btn.button-services-first:hover, .industry-categories .section_three .btn.button-services-first:hover {
  color: #3CBE7A;
  background-color: #E6E6E6;
  cursor: pointer;
}
.industries-container .section_three .class-h1, .industry-categories .section_three .class-h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #F3F3F3;
  padding-bottom: 19px;
}
.industries-container .section_three .title-second-services, .industry-categories .section_three .title-second-services {
  padding-bottom: 60px;
}
.industries-container .section_three .title-second-services h2, .industry-categories .section_three .title-second-services h2 {
  font-size: 42px;
  margin-top: 80px;
}
.industries-container .section_three .class-h5, .industry-categories .section_three .class-h5 {
  width: 50%;
  margin: auto;
}
.industries-container .section_three .description, .industry-categories .section_three .description {
  font-size: 14px;
  line-height: 20px;
  color: #F3F3F3;
}
.industries-container .section_three .text-center.last-section, .industry-categories .section_three .text-center.last-section {
  padding-top: 40px;
}

.industries-container {
  background-color: #37464C;
}
.industries-container .section_one {
  background-color: #37464c;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 65px;
}
.industries-container .section_one .section_row {
  display: flex;
  gap: 35px 6.5%;
  flex-wrap: wrap;
}
.industries-container .section_one .section_col {
  min-width: 275px;
  max-width: 28%;
}
.industries-container .section_one .section_col > div {
  min-height: 120px;
}
.industries-container .section_one .section_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #F3F3F3;
  margin: 0;
}
.industries-container .section_one .section_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
}
.industries-container .section_one img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.industries-container .section_two {
  background-color: #37464c;
  padding: 0 100px 68px;
}
.industries-container .section_two .section_row {
  display: flex;
  align-items: center;
  gap: 35px 15%;
  padding-top: 110px;
}
.industries-container .section_two .section_row .section_title {
  font-size: 42px;
  line-height: 46px;
  color: #F3F3F3;
  margin: 0;
  padding-bottom: 38px;
}
.industries-container .section_two .section_row .section_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin: 0;
  padding-bottom: 45px;
}
.industries-container .section_two .section_row .section_img {
  margin-bottom: 28px;
}
.industries-container .section_two .section_row .section_button {
  background: #3CBE7A;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 33px;
  width: -moz-fit-content;
  width: fit-content;
}
.industries-container .section_two .section_row .section_button:hover {
  background-color: #E6E6E6;
  color: #3CBE7A;
  text-decoration: none;
  cursor: pointer;
}
.industries-container .section_two .section_row .col_img {
  position: relative;
}
.industries-container .section_two .section_row .col_img .bg_black {
  background-color: #313F44;
  position: absolute;
  top: -37px;
  bottom: -29px;
  left: 40px;
  right: -100px;
  border-radius: 10px;
  z-index: 1;
}
.industries-container .section_two .section_row .col_img .dots_image {
  background-image: url("/images/industries/section_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  bottom: 110px;
  left: 210px;
  right: -45px;
  z-index: 2;
}
.industries-container .section_two .section_row .col_img .img_container {
  position: relative;
}
.industries-container .section_two .section_row .col_img .img_container .img_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 10;
}
.industries-container .section_two .section_row .col_img img {
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.industries-container .section_two .section_row.row_even .col_img {
  order: 1;
}
.industries-container .section_two .section_row.row_even .col_text {
  order: 2;
}
.industries-container .section_two .section_row.row_even .bg_black {
  top: -27px;
  bottom: -39px;
  left: -100px;
  right: 40px;
}
.industries-container .section_two .section_row.row_even .dots_image {
  top: 110px;
  bottom: -65px;
  left: -45px;
  right: 170px;
}
.industries-container .fixed_menu {
  position: sticky;
  top: 0;
  z-index: 12;
  background-color: #37464c;
}
.industries-container .fixed_menu .menu_content {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.industries-container .fixed_menu .menu_content.affix {
  position: unset;
}
.industries-container .fixed_menu .menu_content.nav-tabs {
  border-bottom: unset;
}
.industries-container .fixed_menu li {
  list-style: none;
  flex-grow: 1;
}
.industries-container .fixed_menu li:first-child, .industries-container .fixed_menu li:last-child {
  flex-grow: unset;
}
.industries-container .fixed_menu .category:hover h3 {
  color: #3cbe7a;
}
.industries-container .fixed_menu .category:hover .circle_border {
  border-color: #3cbe7a;
  padding: 5px;
}
.industries-container .fixed_menu .category:hover .circle_border > div {
  background-color: rgba(60, 190, 122, 0.2);
  padding: 10px;
}
.industries-container .fixed_menu .category:hover .circle_border > div .circle_center {
  background-color: #3cbe7a;
  width: 12px;
  height: 12px;
}
.industries-container .fixed_menu .category > div {
  display: flex;
  align-items: center;
}
.industries-container .fixed_menu .category h3 {
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #F3F3F3;
  margin: 9px 20px 0 0;
}
.industries-container .fixed_menu .category .circle_line {
  width: calc(100% - 44px);
  height: 1px;
  background-color: #637f8b;
}
.industries-container .fixed_menu .category .circle_border {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border: 1px solid #637F8B;
  background-color: #37464C;
  border-radius: 50%;
}
.industries-container .fixed_menu .category .circle_border > div {
  padding: 5px;
  background-color: rgba(114, 210, 255, 0.2);
  border-radius: 50%;
}
.industries-container .fixed_menu .category .circle_border > div .circle_center {
  width: 12px;
  height: 12px;
  background-color: #72D2FF;
  border-radius: 50%;
  margin: 0;
}
.industries-container .fixed_menu .active .category {
  outline: none;
  border: unset;
  background-color: unset;
}
.industries-container .fixed_menu .active .category h3 {
  color: #3cbe7a;
}
.industries-container .fixed_menu .active .category .circle_border {
  border-color: #3cbe7a;
  padding: 5px;
}
.industries-container .fixed_menu .active .category .circle_border > div {
  background-color: rgba(60, 190, 122, 0.2);
  padding: 10px;
}
.industries-container .fixed_menu .active .category .circle_border > div .circle_center {
  background-color: #3cbe7a;
  width: 12px;
  height: 12px;
}
.industries-container .fixed_menu .last_item {
  flex-grow: unset;
}
.industries-container .fixed_menu .margin_line {
  width: 100px;
  height: 1px;
  margin-top: 24px;
  background-color: #637f8b;
}
.industries-container .fixed_menu .green_border.margin_line > div, .industries-container .fixed_menu .green_border .circle_line {
  background-color: #3cbe7a;
  height: 1px;
  width: 100%;
}
.industries-container .fixed_menu .nav > li > a {
  padding: 0;
}
.industries-container .fixed_menu .nav-tabs > li > a {
  margin-right: 0;
  border: 0;
}
.industries-container .fixed_menu .nav-tabs > li > a:hover {
  background-color: unset;
}

.industry-categories .page_header {
  padding-bottom: 56px;
}
.industry-categories .section_one {
  display: flex;
  gap: 33px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 30px;
}
.industry-categories .section_one .card_section {
  border: 1px solid #72D2FF;
  border-radius: 4px;
  padding: 40px 35px 28px 35px;
}
.industry-categories .section_one .card_section .card_title {
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
  color: #F3F3F3;
  margin: 0;
}
.industry-categories .section_one .card_section .card_description {
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin: 0;
}
.industry-categories .section_one .card_section .card_button {
  font-weight: 600;
  font-size: 19px;
  line-height: 19px;
  text-align: center;
  color: #F3F3F3;
  min-width: 200px;
  max-width: 300px;
  background-color: #3CBE7A;
  margin-top: 30px;
}
.industry-categories .section_one .card_section .card_button:hover {
  color: #3CBE7A;
  background-color: #E6E6E6;
  cursor: pointer;
}
.industry-categories .section_one .card_section .card_button a {
  color: #F3F3F3;
  padding: 12px 0;
  width: 100%;
  display: block;
}
.industry-categories .section_one .card_section .card_button a:hover {
  color: #3CBE7A;
  text-decoration: none;
}
.industry-categories .section_one .card_section .card_img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.industry-categories .section_one .col_badge {
  padding: 18px 30px;
  background-color: #2A383D;
  border-radius: 4px;
}
.industry-categories .section_one .col_badge > div {
  width: -moz-fit-content;
  width: fit-content;
}
.industry-categories .section_one .col_badge .badge_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #F3F3F3;
  margin: 0;
  padding-bottom: 10px;
}
.industry-categories .section_one .col_badge .badge_border {
  border-bottom: 3px solid #7C69EF;
  width: 50%;
  margin: 0;
  line-height: 0;
}
.industry-categories .section_one .first_col .col_badge {
  margin-top: 22px;
  margin-bottom: 22px;
}
.industry-categories .section_one .second_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.industry-categories .section_one .second_col .first_badges, .industry-categories .section_one .second_col .second_badges {
  display: flex;
  gap: 26px;
}
.industry-categories .section_one .second_col .first_badges {
  margin-bottom: 20px;
}
.industry-categories .section_one .second_col .first_badges .col_1 {
  flex: 2;
}
.industry-categories .section_one .second_col .first_badges .col_2 {
  flex: 3;
}
.industry-categories .section_one .second_col .second_badges {
  margin-top: 20px;
  margin-bottom: 20px;
}
.industry-categories .section_one .second_col .second_badges .col_badge {
  flex: 1;
}
.industry-categories .homepage_slider {
  background-image: none;
  background-color: #37464C;
  padding-top: 28px;
}
.industry-categories .homepage_slider .title {
  width: auto;
  padding-top: 0px;
  padding-bottom: 47px;
}
.industry-categories.industries-section .row {
  padding-left: 85px;
  padding-right: 85px;
}
.industry-categories.industries-section .homepage_slider .title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.industries-section {
  background-color: #37464c;
}
.industries-section .title {
  text-align: center;
  margin: auto;
  padding: 40px 0px 0px 0px;
}
.industries-section .title .class-h1 {
  color: #3cbe7a;
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.industries-section .title p {
  font-size: 16px;
  margin-bottom: 0px;
  max-width: 500px;
  margin: auto;
}
.industries-section .row {
  padding-top: 40px;
}
.industries-section .row > div {
  color: #ffffff;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
}
.industries-section .row > div a {
  color: #ffffff;
  text-decoration: none;
}
.industries-section .row > div .project-element {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.industries-section .row > div .project-element .text {
  width: 100%;
  height: 491px;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  transition: transform 0.2s ease;
  left: 0px;
  bottom: -450px;
}
.industries-section .row > div .project-element .text .class-h1, .industries-section .row > div .project-element .text p {
  margin-left: 10px;
  margin-right: 10px;
}
.industries-section .row > div .project-element .text .class-h1 {
  padding-top: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.industries-section .row > div .project-element .text p {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding-top: 8px;
}
.industries-section .row > div .project-element img {
  width: 100%;
  transition: filter 0.3s ease;
}

@media (min-width: 1200px) {
  .industries-section .row .push-to-mid {
    margin-left: 150px;
  }
}
@media (max-width: 1200px) {
  .industries-container .section_one .section_row {
    gap: 35px 30px;
  }
  .industries-container .section_one .section_col {
    max-width: 30%;
    min-width: 25%;
  }
}
@media (min-width: 1024px) {
  .industries-section .row .project-element:hover .text {
    transform: translate3d(0, -75px, 0);
  }
  .industries-section .row .project-element:hover img {
    filter: grayscale(0%);
  }
  .industries-section .row .project-element:hover .color-filter {
    opacity: 0;
  }
  .industries-section .row .project-element img {
    filter: grayscale(100%);
  }
}
@media (max-width: 1024px) {
  .industries-container .section_two .section_row {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industries-section .row {
    padding-bottom: 50px;
  }
  .industries-section .row .push-to-mid {
    margin-left: 120px;
  }
}
@media (max-width: 991px) {
  .industries-container .page_header, .industries-container .section_one, .industries-container .section_two, .industries-container .section_three {
    padding-left: 50px;
    padding-right: 50px;
  }
  .industries-container .section_two .section_row .col_img .dots_image {
    left: 180px;
    right: -35px;
  }
  .industries-container .section_two .section_row .col_img .bg_black {
    right: -50px;
  }
  .industries-container .section_two .section_row.row_even .dots_image {
    left: -35px;
    right: 180px;
  }
  .industries-container .section_two .section_row.row_even .bg_black {
    left: -50px;
    right: 40px;
  }
  .industries-container .fixed_menu .margin_line {
    width: 15px;
  }

  .industry-categories .section_one, .industry-categories .section_two, .industry-categories .section_three {
    padding-left: 50px;
    padding-right: 50px;
  }
  .industry-categories.industries-section .row, .industry-categories.industries-section .title {
    padding-left: 50px;
    padding-right: 50px;
  }
  .industry-categories.industries-section .title {
    padding-bottom: 30px;
  }
  .industry-categories.industries-section .title .class-h1 {
    padding-left: 0;
    padding-right: 0;
  }
  .industry-categories .section_three-col {
    gap: 40px 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industries-section .title {
    width: auto;
  }
  .industries-section .title {
    padding-left: 100px;
    padding-right: 100px;
  }
  .industries-section .row {
    padding-left: 80px;
    padding-right: 80px;
  }
  .industries-section .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .intro-text p br {
    display: none;
  }

  .industries-container .page_header .page_title {
    font-size: 40px;
    font-weight: 700;
  }
  .industries-container .section_one .section_col {
    max-width: 75%;
    margin: auto;
  }
  .industries-container .section_two {
    padding-bottom: 40px;
  }
  .industries-container .section_two .section_row {
    display: block;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .industries-container .section_two .section_row .col_img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .industries-container .section_two .section_row .col_text {
    margin-bottom: 85px;
  }
  .industries-container .fixed_menu {
    display: none;
  }
  .industries-container .section_three-col {
    flex-wrap: wrap;
  }
  .industries-container .section_three-col > div {
    width: auto;
  }
  .industries-container .section_three .title-second-services h2 {
    margin-top: 40px;
  }

  .industry-categories .page_header .page_title {
    font-size: 30px;
  }
  .industry-categories .section_one {
    display: block;
  }
  .industry-categories .section_one .second_col {
    padding-top: 20px;
  }
  .industry-categories .section_three-col {
    gap: 40px 50px;
    flex-wrap: wrap;
  }
  .industry-categories .section_three-col > div {
    width: auto;
  }
  .industry-categories .section_three .title-second-services h2 {
    margin-top: 40px;
  }
  .industry-categories.industries-section .row > div {
    padding-left: 0;
    padding-right: 0;
  }

  .industries-section .title {
    width: 100%;
    padding: 30px 50px 0px 5px;
  }
  .industries-section .title p {
    font-size: 15px;
    line-height: 18px;
  }
  .industries-section .title .class-h1 {
    font-size: 30px;
  }
  .industries-section .row {
    padding: 0px;
  }
  .industries-section .row > div {
    padding: 0px 50px 20px 50px;
  }
  .industries-section .row > div .text {
    background-color: #212d31;
  }
  .industries-section .row > div .text p {
    display: none;
  }
}
@media (max-width: 520px) {
  .industries-container .page_header {
    padding-top: 37px;
    padding-bottom: 46px;
  }
  .industries-container .page_header .page_title {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    text-align: left;
  }
  .industries-container .page_header .page_description {
    text-align: left;
  }
  .industries-container .page_header, .industries-container .section_one, .industries-container .section_two, .industries-container .section_three {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industries-container .section_one .section_col {
    max-width: 100%;
  }
  .industries-container .section_two {
    padding-bottom: 20px;
  }
  .industries-container .section_two .section_row .col_img {
    width: 100%;
  }
  .industries-container .section_two .section_row .col_img img {
    width: calc(100% - 25px);
  }
  .industries-container .section_two .section_row .col_img .img_container .img_overlay {
    right: 25px;
  }
  .industries-container .section_two .section_row .col_img .dots_image {
    left: 180px;
    right: -15px;
  }
  .industries-container .section_two .section_row .col_img .bg_black {
    right: -20px;
  }
  .industries-container .section_two .section_row.row_even .dots_image {
    left: -15px;
    right: 180px;
  }
  .industries-container .section_two .section_row.row_even .bg_black {
    left: -20px;
    right: 40px;
  }
  .industries-container .section_three .col-md-6 {
    padding: 30px 0;
  }
  .industries-container .section_three .class-h5 {
    width: 100%;
  }
  .industries-container .section_three-col .img-container {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .industries-container .section_three-col .class-h1, .industries-container .section_three-col p {
    text-align: center;
  }

  .industry-categories .page_header {
    padding-top: 37px;
  }
  .industry-categories .page_header .page_title, .industry-categories .page_header .page_description {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    text-align: left;
  }
  .industry-categories .section_one, .industry-categories .section_two, .industry-categories .section_three {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industry-categories .section_one .second_col .first_badges, .industry-categories .section_one .second_col .second_badges {
    display: block;
  }
  .industry-categories .section_one .second_col .first_badges .col_1, .industry-categories .section_one .second_col .second_badges .col_1 {
    margin-bottom: 20px;
  }
  .industry-categories .section_three-col {
    display: block;
    margin-bottom: 0;
  }
  .industry-categories .section_three-col > div {
    margin-bottom: 40px;
  }
  .industry-categories .section_three-col .img-container {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .industry-categories .section_three-col .class-h1, .industry-categories .section_three-col p {
    text-align: center;
  }
  .industry-categories .section_three .class-h5 {
    width: 100%;
  }
  .industry-categories.industries-section .row, .industry-categories.industries-section .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .industry-categories.industries-section .title .class-h1 {
    text-align: left;
  }
  .industry-categories.industries-section .title p {
    margin: unset;
    text-align: left;
  }

  .industries-page .video-background .intro .intro-text p br {
    display: none;
  }
}
.whitespace-nowrap {
  white-space: nowrap;
}

.new-healthcare-section-help {
  margin-top: 22px;
  margin-bottom: 30px;
  background-image: url("/images/healthcare-automation/help.jpg");
  background-blend-mode: multiply;
  background-color: rgba(26, 37, 40, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .new-healthcare-section-help {
    padding: 32px 16px !important;
  }
}
.new-healthcare-section-help .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.new-healthcare-section-help .section-header .section-title {
  font-weight: 500;
  font-size: 41px;
  line-height: 45.1px;
  text-align: center;
  color: #3CBE7A;
  margin: 0;
  max-width: 741px;
}
.new-healthcare-section-help .section-header .section-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  max-width: 762px;
}
.new-healthcare-section-help .section-buttons {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .new-healthcare-section-help .section-buttons {
    flex-direction: column;
  }
}
.new-healthcare-section-help .section-buttons .type2Button {
  padding: 14px 24px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.new-healthcare-section-help .section-buttons .type2Button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

/*
 ===================================================
    OPENSOURCE SECTION
 ===================================================
*/
.opensource-section {
  background-color: #37464c;
}
.opensource-section .row {
  margin: 0px 8px;
  display: flex;
  flex-wrap: wrap;
}
.opensource-section .row > div {
  padding: 40px 7.5px 0px 7.5px;
}
.opensource-section .row > div img {
  width: 100%;
  background-color: #fff;
  height: 277px;
}
.opensource-section .row > div img#backpack-img {
  padding: 20px;
}
.opensource-section .row > div .text {
  padding-left: 20px;
  padding-right: 20px;
}
.opensource-section .row > div .text .class-h1 {
  margin: 0;
  padding: 20px 0 15px;
  font-size: 24px;
  font-weight: 700;
}
.opensource-section .row > div .text p {
  font-size: 14px;
  margin-bottom: 20px;
}
.opensource-section .row > div .text .up-btn {
  margin-left: -20px;
  margin-right: -20px;
}
.opensource-section .row > div .text .up-btn a {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  padding-left: 20px;
  width: 100%;
  color: #3CBE7A;
  background-color: transparent;
}
.opensource-section .row > div:hover .text {
  background-color: #212d31;
}
.opensource-section .row > div:hover .text .up-btn a {
  color: #ffffff;
  background-color: #3CBE7A;
}

@media (min-width: 1200px) {
  .opensource-section .row {
    padding-bottom: 50px;
  }
  .opensource-section .row .text .class-h1 {
    height: 88px;
  }
  .opensource-section .row .text p {
    min-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .opensource-section .row {
    padding-bottom: 50px;
  }
  .opensource-section .row .text p {
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .lang-de .opensource-section .row > div {
    min-height: 740px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .opensource-section .row .text p {
    min-height: 150px;
  }

  .lang-de .opensource-section .row > div {
    min-height: 740px;
  }
}
@media (max-width: 991px) {
  .up-btn.opensource-btn {
    line-height: 0px !important;
  }
}
@media (max-width: 1024px) {
  .opensource-section .row > div .text {
    background-color: #212d31;
  }
  .opensource-section .row > div .text .up-btn a {
    color: #ffffff;
    background-color: #3CBE7A;
  }
}
@media (max-width: 768px) {
  .opensource-section .title {
    width: 100%;
    padding: 40px 15px;
  }
  .opensource-section .row {
    padding-bottom: 20px;
  }
  .opensource-section .row > div:last-child {
    padding-bottom: 20px;
  }
  .opensource-section .row > div .text p {
    font-size: 15px;
    line-height: 18px;
  }
  .opensource-section .row > div .text .up-btn a {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .up-btn.opensource-btn a {
    width: 100%;
  }
  .up-btn.opensource-btn a img {
    padding-left: 5px;
  }
}
/*
 ===================================================
    OURSTORY SECTION
 ===================================================
*/
.ourstory-section {
  background-color: #37464c;
  text-align: center;
}
.ourstory-section .green_border {
  border-top: 3px solid #3CBE7A;
  width: 66px;
  height: 30px;
  margin: auto;
}
.ourstory-section .row .class-h1 {
  color: #2197ce;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
.ourstory-section .row p {
  font-size: 16px;
  margin-bottom: 20px;
}
.ourstory-section .story_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #F3F3F3;
}
.ourstory-section .story_row .left_column {
  width: calc(50% + 3px);
  padding: 5px 10px;
  align-self: flex-start;
  border-radius: 3px;
  border-right: 3px solid #2F3A3D;
}
.ourstory-section .story_row .left_column .inside_left_column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 40px;
}
.ourstory-section .story_row .left_column .inside_left_column .story_content_left {
  border-top: solid 7px #30A6DD;
  border-bottom: solid 7px #2A383D;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #2A383D;
  width: 70%;
  padding: 36px 26px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.ourstory-section .story_row .left_column .inside_left_column .story_year_left {
  border-top: solid 7px #72D2FF;
  border-bottom: solid 7px #415963;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #415963;
  width: 25%;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ourstory-section .story_row .left_column .inside_left_column .story_year_left .story_year_month {
  font-weight: bold;
  font-size: 17px;
  color: #30A6DD;
  text-transform: uppercase;
  display: contents;
}
.ourstory-section .story_row .left_column .inside_left_column .story_circle_left_parent {
  display: flex;
  align-items: center;
  width: 5%;
  justify-content: flex-end;
}
.ourstory-section .story_row .left_column .inside_left_column .story_circle_left_parent .story_circle_left {
  position: absolute;
  height: 22px;
  width: 22px;
  left: calc(50% - 10px);
  content: "";
  background-image: url("/images/story/mapCircle.png");
}
.ourstory-section .story_row .right_column {
  width: 50%;
  padding: 5px 10px;
  align-self: flex-end;
  text-align: right;
  border-radius: 3px;
  border-left: 3px solid #2F3A3D;
}
.ourstory-section .story_row .right_column .inside_right_column {
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ourstory-section .story_row .right_column .inside_right_column .story_content_right {
  border-top: solid 7px #30A6DD;
  border-bottom: solid 7px #2A383D;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #2A383D;
  width: 70%;
  padding: 36px 26px;
  font-size: 14px;
  line-height: 18px;
}
.ourstory-section .story_row .right_column .inside_right_column .story_year_right {
  border-top: solid 7px #72D2FF;
  border-bottom: solid 7px #415963;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #415963;
  width: 25%;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ourstory-section .story_row .right_column .inside_right_column .story_year_right .story_year_month {
  font-weight: bold;
  font-size: 17px;
  color: #30A6DD;
  text-transform: uppercase;
  display: contents;
}
.ourstory-section .story_row .right_column .inside_right_column .story_circle_right_parent {
  display: flex;
  align-items: center;
  width: 5%;
  justify-content: flex-end;
}
.ourstory-section .story_row .right_column .inside_right_column .story_circle_right_parent .story_circle_right {
  position: absolute;
  height: 22px;
  width: 22px;
  left: calc(50% - 10px);
  content: "";
  background-image: url("/images/story/mapCircle.png");
}

@media (min-width: 1200px) {
  .ourstory-section .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ourstory-section .row > div {
    padding: 0px 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ourstory-section .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ourstory-section .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ourstory-section .row {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ourstory-section .story_row .left_column .inside_left_column .story_year_left {
    font-size: 26px;
    width: 27%;
  }
  .ourstory-section .story_row .left_column .inside_left_column .story_circle_left_parent {
    width: 3%;
  }
  .ourstory-section .story_row .right_column .inside_right_column .story_year_right {
    font-size: 26px;
    width: 27%;
  }
  .ourstory-section .story_row .right_column .inside_right_column .story_circle_right_parent {
    width: 3%;
  }
}
@media (max-width: 767px) {
  .ourstory-section .row {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .ourstory-section .row .class-h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .ourstory-section .row p {
    font-size: 15px;
    line-height: 18px;
  }
  .ourstory-section .story_row .left_column {
    width: 100%;
    margin-top: 20px;
  }
  .ourstory-section .story_row .left_column .inside_left_column {
    padding-left: 0;
    padding-right: 0;
  }
  .ourstory-section .story_row .left_column .inside_left_column .story_year_left {
    width: 30%;
  }
  .ourstory-section .story_row .left_column .inside_left_column .story_circle_left_parent {
    display: none;
  }
  .ourstory-section .story_row .right_column {
    width: 100%;
    margin-top: 20px;
  }
  .ourstory-section .story_row .right_column .inside_right_column {
    padding-left: 0;
    padding-right: 0;
  }
  .ourstory-section .story_row .right_column .inside_right_column .story_year_right {
    width: 30%;
  }
  .ourstory-section .story_row .right_column .inside_right_column .story_circle_right_parent {
    display: none;
  }
}
/*
 ===================================================
    PORTFOLIO PAGE
 ===================================================
*/
:root {
  --swiper-pagination-color: #3cbe7a;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #637f8b;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

.portfolioFlexWrapper {
  display: flex;
}

.black {
  background-color: #1a2528 !important;
}

.gray {
  background-color: #222e32 !important;
}

/*
=======================
Testimonial section css
=======================
*/
.portfolio-section .filter-select {
  background-color: #222e32;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 12px;
  border-color: #656f74;
  outline: none;
  position: relative;
  color: #efefef;
}
.portfolio-section .filter-select:focus {
  border-color: #656f74;
}
.portfolio-section .select-wrapper {
  position: relative;
  display: inline-block;
  width: 40%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.portfolio-section .select-wrapper:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 5px;
  position: absolute;
  top: 7px;
  right: 20px;
  color: #efefef;
}
.portfolio-section .select-wrapper.open:after {
  transform: rotate(180deg);
}
.portfolio-section .select-wrapper .dropdown-label {
  border: 1px solid #656f74;
  border-radius: 12px;
  padding: 6px;
  cursor: pointer;
}
.portfolio-section .select-wrapper select {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
}
.portfolio-section .project-filters {
  gap: 24px;
  justify-content: center;
}
.portfolio-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.portfolio-section .testimonialSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portfolio-section .testimonialSwiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 50%;
  margin-bottom: 48px;
}
.portfolio-section .testimonialSlideActive {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 100%;
}
.portfolio-section .testimonialButtonPrev {
  left: 20px;
  top: calc(50% - 24px);
  color: #f3f3f3;
  --swiper-navigation-size: 32px;
}
.portfolio-section .testimonialButtonNext {
  right: 20px;
  top: calc(50% - 24px);
  color: #f3f3f3;
  --swiper-navigation-size: 32px;
}
.portfolio-section .testimonials-card-portfolio {
  min-height: 305px;
  margin: 0px 10px 0px 10px;
  border-radius: 12px;
  border: 1px solid #f3f3f34d;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #00000033;
}
@media (max-width: 768px) {
  .portfolio-section .testimonials-card-portfolio {
    min-height: 478px;
  }
}
.portfolio-section .testimonials-card-portfolio-header {
  display: flex;
  gap: 16px;
  width: 100%;
}
.portfolio-section .testimonials-card-portfolio-header img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-section .testimonials-card-portfolio-header div {
  display: flex;
  flex-direction: column;
}
.portfolio-section .testimonials-card-portfolio-header div .testimonial-card-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #3cbe7a;
}
.portfolio-section .testimonials-card-portfolio-header div .testimonial-card-h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #efefef;
}
.portfolio-section .testimonials-card-portfolio-description {
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #efefef;
}
.portfolio-section .testimonials-card-portfolio-description p {
  margin: 0 !important;
}
.portfolio-section .testimonials-button-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px 40px 0px;
  width: 100%;
}
.portfolio-section .testimonials-button-div a {
  text-decoration: none !important;
}
.portfolio-section .testimonials-button-div a:hover {
  text-decoration: none !important;
}
.portfolio-section .testimonials-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 24px;
  background-color: #3cbe7a;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
}
.portfolio-section .testimonials-button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

/*
=======================
Hero section css
=======================
*/
.portfolio-section .heroPadding {
  padding-top: 6px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 24px;
}
.portfolio-section .heroSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portfolio-section .heroSwiper .swiper-slide-next {
  justify-content: flex-start;
}
.portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper {
  width: 320px;
}
.portfolio-section .heroSwiper .swiper-slide-prev {
  justify-content: flex-end;
}
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
  width: 320px;
}
.portfolio-section .heroSwiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  opacity: 50%;
  z-index: 1;
}
.portfolio-section .heroSwiperWrapper {
  align-items: center;
}
.portfolio-section .heroButtonPrev {
  left: 20px;
  top: calc(50% - 28px);
  color: #1a2528;
  --swiper-navigation-size: 44px;
  width: 44px;
  background-color: #ffffffb2;
  border-radius: 999px;
}
.portfolio-section .heroButtonPrev:after {
  font-size: 20px;
}
.portfolio-section .heroButtonNext {
  right: 20px;
  top: calc(50% - 28px);
  color: #1a2528;
  --swiper-navigation-size: 44px;
  width: 44px;
  background-color: #ffffffb2;
  border-radius: 999px;
}
.portfolio-section .heroButtonNext:after {
  font-size: 20px;
}
.portfolio-section .heroSlideActive {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 100%;
  z-index: 2;
}
.portfolio-section .heroSlideActive .hero-card-portfolio {
  padding: 16px;
  cursor: pointer;
}
.portfolio-section .heroSlideActive .hero-card-portfolio .portfolioFlexWrapper {
  width: 512px;
  height: 384px;
  border-radius: 8px;
}
.portfolio-section .heroSlideActive .hero-card-portfolio .hero-card-portfolio-text {
  display: flex;
}
.portfolio-section .heroSlideActive .hero-card-portfolio .hero-card-portfolio-text .hero-card-h2,
.portfolio-section .heroSlideActive .hero-card-portfolio .hero-card-portfolio-text .hero-card-h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.portfolio-section .hero-card-portfolio {
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #222e32;
  border-radius: 12px;
}
.portfolio-section .hero-card-portfolio .portfolioFlexWrapper {
  border-radius: 8px;
}
.portfolio-section .hero-card-portfolio .portfolioFlexWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.portfolio-section .hero-card-portfolio .miniHeroSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 8px;
}
.portfolio-section .hero-card-portfolio .miniHeroSwiperSlide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-section .hero-card-portfolio .miniHeroSwiperWrapper {
  align-items: center;
}
.portfolio-section .hero-card-portfolio .miniHeroButtonPrev {
  left: 20px;
  color: black;
  --swiper-navigation-size: 32px;
  width: 32px;
  background-color: #ffffffb2;
  border-radius: 999px;
}
.portfolio-section .hero-card-portfolio .miniHeroButtonPrev:after {
  font-size: 15px;
}
.portfolio-section .hero-card-portfolio .miniHeroButtonNext {
  right: 20px;
  color: black;
  --swiper-navigation-size: 32px;
  width: 32px;
  background-color: #ffffffb2;
  border-radius: 999px;
}
.portfolio-section .hero-card-portfolio .miniHeroButtonNext:after {
  font-size: 15px;
}
.portfolio-section .hero-card-portfolio .hero-card-portfolio-text {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.portfolio-section .hero-card-portfolio .hero-card-portfolio-text .hero-card-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #f3f3f3;
  max-width: 512px;
}
.portfolio-section .hero-card-portfolio .hero-card-portfolio-text .hero-card-h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #f3f3f3;
  max-width: 512px;
}

/*
=======================
Types section css
=======================
*/
.portfolio-section .typesFlexWrapper {
  display: flex;
  flex-direction: column;
}
.portfolio-section .typesFlexWrapper .typesSection {
  padding: 50px 72px 0 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 35%;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText img {
  width: 56px;
  height: 56px;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesDesc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH1 {
  font-weight: 600;
  font-size: 41px;
  line-height: 45px;
  color: #f3f3f3;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #f3f3f3;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesButton {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #f3f3f3;
  background-color: #3cbe7a;
}
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesButton:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}
.portfolio-section .typesFlexWrapper .typesSection .typesTextReverse {
  align-items: end;
  text-align: end;
}
.portfolio-section .typesFlexWrapper .typesSectionReverse {
  flex-direction: row-reverse;
  text-align: end;
}
.portfolio-section .typesSwiperPadding {
  padding-right: 0px;
  padding-bottom: 50px;
  width: 53%;
}
.portfolio-section .typesSwiper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.portfolio-section .typesSwiperWrapper {
  align-items: center;
}
.portfolio-section .typesSwiperSlide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  opacity: 50%;
  z-index: 1;
}
.portfolio-section .typesButtonPrev {
  left: 20px;
  top: calc(50% - 25px);
  color: #656f74;
  --swiper-navigation-size: 24px;
  width: 24px;
}
.portfolio-section .typesButtonPrev:after {
  font-size: 18px;
}
.portfolio-section .typesButtonNext {
  right: 20px;
  top: calc(50% - 25px);
  color: #656f74;
  --swiper-navigation-size: 24px;
  width: 24px;
}
.portfolio-section .typesButtonNext:after {
  font-size: 18px;
}
.portfolio-section .types-card-portfolio {
  border-radius: 12px;
}
.portfolio-section .types-card-portfolio .portfolioFlexWrapper {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  width: 180px;
  height: 225px;
}
.portfolio-section .types-card-portfolio .portfolioFlexWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text {
  display: none;
  position: absolute;
  width: 100%;
  height: 30%;
  background-color: #1a2528b2;
  padding: 16px;
  gap: 2px;
  border-radius: 0px 0px 12px 12px;
  bottom: 0;
  flex-direction: column;
}
.portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesH3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #f3f3f3;
  text-align: left;
  padding-bottom: 4px;
}
.portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesP {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f3f3f3;
  text-align: left;
}
.portfolio-section .typesSlideActive {
  opacity: 100%;
  z-index: 2;
  margin-right: 0 !important;
}
.portfolio-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
  width: 400px;
  height: 300px;
}
.portfolio-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper .types-card-text {
  display: flex;
}

.button {
  display: inline-block;
  background-color: #3cbe7a;
  color: white;
  font-weight: bold;
  padding: 14px 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: none;
}
.button:hover {
  background-color: #f3f3f3;
  color: #3cbe7a;
}

.portfolio-rounded-sm {
  border-radius: 12px;
}

.portofolio-project-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  transition: opacity 300ms, visibility 300ms;
}
.portofolio-project-modal .portofolio-project-modal-content {
  background-color: #1a2528;
  margin: 89px auto;
}

.title-modal {
  padding: 40px 48px 40px 48px;
  text-align: center;
  position: relative;
}
.title-modal .class-h1 {
  margin-top: 0;
  color: #2197ce;
  font-size: 30px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 8px !important;
}
.title-modal p {
  max-width: 938px;
  margin: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.title-modal .close-modal {
  position: absolute;
  top: 30px;
  right: 48px;
  font-size: 24px;
  cursor: pointer;
}

.body-project-story {
  padding: 48px 0px;
  text-align: center;
}
.body-project-story .class-h1 {
  margin-top: 0;
  color: #3cbe7a;
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 12px !important;
}
.body-project-story p {
  max-width: 938px;
  margin: auto;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.body-technologies {
  padding: 48px 0px 24px 0px;
  text-align: center;
}
.body-technologies .class-h1 {
  margin-top: 0;
  color: #3cbe7a;
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 12px !important;
}
.body-technologies p {
  max-width: 938px;
  margin: auto;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.body-activities {
  padding: 24px 0px 48px 0px;
  text-align: center;
}
.body-activities .class-h1 {
  margin-top: 0;
  color: #3cbe7a;
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 12px !important;
}
.body-activities p {
  max-width: 938px;
  margin: auto;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.body-modal {
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 80px;
}

.body-cover-img {
  width: 100%;
  border-radius: 12px;
}

.body-cover-img-double {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: 12px;
}

.body-double-photo {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 32px;
}

.portfolio-section {
  background-color: #37464c;
}
.portfolio-section .portfolio-filters {
  background-color: #222e32;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  flex-wrap: wrap;
}
.portfolio-section .portfolio-filters .wrapper {
  display: inline-block;
  flex-wrap: wrap;
}
.portfolio-section .portfolio-filters .wrapper .filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.portfolio-section .portfolio-filters .wrapper .filters .slider {
  white-space: nowrap;
}
.portfolio-section .portfolio-filters .wrapper .filters input:not(:disabled):checked + .slider, .portfolio-section .portfolio-filters .wrapper .filters input:not(:disabled):focus + .slider, .portfolio-section .portfolio-filters .wrapper .filters input:not(:disabled):hover + .slider {
  background-color: #202a2c !important;
}
.portfolio-section .portfolio-filters .wrapper .filters input:disabled + .slider {
  opacity: 0.5;
  cursor: default;
}
.portfolio-section .portfolio-filters .wrapper .year-filters {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity 300ms, display 300ms;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.portfolio-section .portfolio-filters .wrapper .year-filters input:not(:disabled):checked + .year-slider, .portfolio-section .portfolio-filters .wrapper .year-filters input:not(:disabled):focus + .year-slider, .portfolio-section .portfolio-filters .wrapper .year-filters input:not(:disabled):hover + .year-slider {
  background-color: #2197ce80 !important;
  border-color: #637f8b !important;
}
.portfolio-section .portfolio-filters .wrapper .year-filters input:disabled + .slider {
  opacity: 0.5;
  cursor: default;
}
.portfolio-section .portfolio-filters .wrapper .fil,
.portfolio-section .portfolio-filters .wrapper .year-fil {
  height: 38px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  /* The slider */
}
.portfolio-section .portfolio-filters .wrapper .fil input,
.portfolio-section .portfolio-filters .wrapper .year-fil input {
  display: none;
}
.portfolio-section .portfolio-filters .wrapper .fil .slider,
.portfolio-section .portfolio-filters .wrapper .fil .year-slider,
.portfolio-section .portfolio-filters .wrapper .year-fil .slider,
.portfolio-section .portfolio-filters .wrapper .year-fil .year-slider {
  background-color: #2f3a3d;
  transition: 0.4s;
  border-radius: 12px;
  border: 1px solid #656f74;
  padding: 9px 21px 9px 21px;
}
.portfolio-section .title {
  padding: 32px 48px 32px 48px;
  text-align: center;
}
.portfolio-section .title .class-h1 {
  margin-top: 0;
  color: #2197ce;
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 16px !important;
}
.portfolio-section .title p {
  max-width: 938px;
  margin: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.portfolio-section .title-type {
  padding-top: 56px;
  text-align: center;
}
.portfolio-section .title-type .class-h1 {
  margin-top: 0;
  color: #3cbe7a;
  font-size: 41px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 8px !important;
}
.portfolio-section .title-type p {
  max-width: 622px;
  margin: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.portfolio-section .title-testi {
  padding: 40px 48px 40px 48px;
  text-align: center;
}
.portfolio-section .title-testi .class-h1 {
  margin-top: 0;
  color: #2197ce;
  font-size: 30px;
  line-height: 29px;
  font-weight: 600;
}
.portfolio-section .title-all {
  padding: 56px 48px 16px 48px;
  text-align: center;
}
.portfolio-section .title-all .class-h1 {
  margin-top: 0;
  color: #3cbe7a;
  font-size: 41px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 16px !important;
}
.portfolio-section-row {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.portfolio-section-row > div {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
  transition: opacity 300ms, visibility 300ms;
}
.portfolio-section-row > div a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.portfolio-section-row > div a:hover {
  text-decoration: none;
}
.portfolio-section-row .no-projects {
  text-align: center;
  font-weight: 700;
  -webkit-text-decoration: italic;
          text-decoration: italic;
}
.portfolio-section-row .project-element {
  position: relative;
  overflow: hidden;
  background-color: #222e32;
}
.portfolio-section-row .project-element .text {
  width: 100%;
  background-color: #1a252899;
  position: absolute;
  transition: transform 0.2s ease;
  left: 0px;
  padding: 16px;
}
.portfolio-section-row .project-element .text .class-h1 {
  color: #f3f3f3;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
.portfolio-section-row .project-element .text p {
  color: #f3f3f3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.portfolio-section-row .project-element img {
  width: 100%;
  transition: filter 0.3s ease;
}

@media (min-width: 1200px) {
  .portofolio-project-modal-content {
    width: 1170px;
  }

  .portfolio-section-row > div {
    max-height: 353px;
  }
  .portfolio-section-row .project-element p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .portfolio-section-row .project-element img {
    opacity: 0.9;
  }
}
@media (min-width: 1024px) {
  .portfolio-section-row .project-element:hover img {
    opacity: 1;
  }
  .portfolio-section-row .project-element:hover .text {
    transform: translate3d(0, -100%, 0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portofolio-project-modal-content {
    width: 970px;
  }

  .portfolio-section-row .project-element p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper,
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
    width: 80px;
    height: 160px;
  }
}
@media (max-width: 420px) {
  .portfolio-section .typesSwiperPadding {
    width: 100%;
    padding-bottom: 0px;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper {
    width: 100px;
    height: 140px;
  }
  .portfolio-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 260px;
    height: 215px;
  }
}
@media (min-width: 420px) and (max-width: 600px) {
  .portfolio-section .typesSwiperPadding {
    padding-bottom: 0px;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper {
    width: 120px;
    height: 140px;
  }
  .portfolio-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 260px;
    height: 215px;
  }
}
@media (min-width: 420px) and (max-width: 500px) {
  .portfolio-section .typesSwiperPadding {
    width: 90%;
    padding-bottom: 0px;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .portfolio-section .typesSwiperPadding {
    width: 70%;
    padding-bottom: 0px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .portfolio-section .typesSlideActive .types-card-portfolio .portfolioFlexWrapper {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 700px) and (max-width: 800px) {
  .portfolio-section .typesSwiperPadding {
    width: 80%;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper {
    width: 130px;
    height: 140px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper {
    width: 140px;
    height: 140px;
  }
  .portfolio-section .typesSwiperPadding {
    width: 70%;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .portfolio-section .typesSwiperPadding {
    width: 62%;
  }
}
@media (min-width: 900px) {
  .portfolioHeroSectionSliderImage {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 360px !important;
  }

  .portfolio-section .heroSwiperSlide.swiper-slide-next {
    align-items: flex-start;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-next .hero-card-portfolio {
    height: 450px;
    background-color: transparent;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-next img {
    height: 450px;
  }

  .portfolio-section .heroSwiperSlide.swiper-slide-prev {
    align-items: end;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-prev .hero-card-portfolio {
    height: 450px;
    background-color: transparent;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-prev img {
    height: 450px;
  }
}
@media (min-width: 550px) and (max-width: 900px) {
  .portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper,
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
    width: 160px;
    height: 210px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper,
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
    width: 258px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper,
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
    width: 140px;
  }
  .portfolio-section .heroSlideActive .hero-card-portfolio .portfolioFlexWrapper {
    width: 300px;
  }
}
@media (min-width: 912px) and (max-width: 950px) {
  .portfolio-section .heroSwiper .swiper-slide-next .portfolioFlexWrapper,
.portfolio-section .heroSwiper .swiper-slide-prev .portfolioFlexWrapper {
    width: 243px;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper {
    width: 152px;
  }
}
@media (max-width: 900px) {
  .portfolio-section .title-type {
    padding: 0 12px;
  }
  .portfolio-section .title {
    padding: 32px 15px 16px 15px;
    text-align: left;
  }
  .portfolio-section .title .class-h1 {
    margin-top: 0;
    color: #2197ce;
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 16px !important;
  }
  .portfolio-section .heroSlideActive {
    max-width: 290px !important;
  }
  .portfolio-section .heroSlideActive .hero-card-portfolio {
    width: 280px;
  }
  .portfolio-section .heroSlideActive .hero-card-portfolio .portfolioFlexWrapper {
    width: 267px;
    height: 215px;
  }
  .portfolio-section .hero-card-portfolio .hero-card-portfolio-text .hero-card-h3 {
    font-size: 20px;
  }
  .portfolio-section .hero-card-portfolio .hero-card-portfolio-text .hero-card-h2 {
    font-size: 12px;
    line-height: 16px;
  }
  .portfolio-section .typesFlexWrapper .typesSection {
    flex-direction: column;
    padding: 32px 16px 32px 16px;
    align-items: center;
    justify-content: center;
  }
  .portfolio-section .typesFlexWrapper .typesSection .typesText {
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
  }
  .portfolio-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH2,
.portfolio-section .typesFlexWrapper .typesSection .typesText .typesDesc .typesDescH1 {
    text-align: center;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text {
    padding: 10px 16px 12px 16px;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesH3 {
    font-size: 16px;
  }
  .portfolio-section .types-card-portfolio .portfolioFlexWrapper .types-card-text .typesP {
    font-size: 12px;
    line-height: 16px;
  }
  .portfolio-section .title-testi {
    padding: 32px 16px 32px 16px;
  }
  .portfolio-section .testimonials-button-div {
    padding: 32px 0px;
  }
  .portfolio-section .title-all {
    padding: 32px 48px 16px 48px;
  }
  .portfolio-section .title-all .class-h1 {
    margin-bottom: 0 !important;
    font-size: 30px;
    line-height: 29px;
  }
  .portfolio-section .project-filters {
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .title-modal {
    padding-left: 100px;
    padding-right: 100px;
  }

  .body-modal {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
  }

  .portofolio-project-modal-content {
    width: 100%;
  }

  .portfolio-section .title-type,
.portfolio-section .title-testi,
.portfolio-section .title-all {
    padding-left: 100px;
    padding-right: 100px;
  }
  .portfolio-section .row {
    padding-left: 80px;
    padding-right: 80px;
  }
  .portfolio-section .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .portfolio-section-row .project-element .class-h1 {
    font-weight: 700;
    margin-bottom: 0;
  }
  .portfolio-section-row .project-element p {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 765px) {
  .portfolio-section .portfolio-filters {
    top: 40px;
  }
}
@media (max-width: 900px) {
  .portfolio-section .heroPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .title-modal .class-h1 {
    font-size: 30px;
    padding-top: 30px;
  }
  .title-modal p {
    font-size: 15px;
    line-height: 18px;
  }
  .title-modal .class-h1,
.title-modal p {
    text-align: left;
  }
  .title-modal .close-modal {
    top: 10px;
    right: 20px;
  }

  .body-modal {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .portfolio-section .title-type .class-h1,
.portfolio-section .title-testi .class-h1 {
    font-size: 30px;
    padding-top: 32px;
  }
  .portfolio-section .title-type p,
.portfolio-section .title-testi p {
    font-size: 15px;
    line-height: 18px;
  }
  .portfolio-section .title-type .class-h1,
.portfolio-section .title-type p,
.portfolio-section .title-testi .class-h1,
.portfolio-section .title-testi p {
    text-align: center;
  }
  .portfolio-section-row {
    padding: 10px 15px 20px 15px;
  }
  .portfolio-section-row > div {
    padding: 0px;
  }
  .portfolio-section-row .project-element {
    margin-bottom: 20px;
  }
  .portfolio-section-row .project-element p {
    display: none;
  }
}
@media (max-width: 900px) {
  .testimonialButtonPrev,
.testimonialButtonNext {
    display: none !important;
  }

  .testimonialSwiperSlide {
    padding: 20px;
  }

  .testimonials-card-portfolio {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonials-card-portfolio-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonials-card-portfolio-header img {
    margin-bottom: 8px;
  }

  .testimonials-card-portfolio-description {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .heroSwiperSlide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .heroSlideActive .hero-card-portfolio {
    background-color: #222e32 !important;
    align-items: center;
  }

  .hero-card-portfolio {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
    height: 100%;
  }

  .portfolio-section .heroSwiperSlide.swiper-slide-next {
    align-items: end;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-next .hero-card-portfolio {
    height: 275px;
    background-color: transparent;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-next img {
    height: 275px;
    width: 215px;
  }

  .portfolio-section .heroSwiperSlide.swiper-slide-prev {
    align-items: flex-start;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-prev .hero-card-portfolio {
    height: 275px;
    align-items: center;
    background-color: transparent;
  }
  .portfolio-section .heroSwiperSlide.swiper-slide-prev img {
    height: 275px;
    width: 215px;
  }

  .hero-card-portfolio-text {
    text-align: center;
    width: 50%;
  }

  .portfolio-section.heroButtonPrev,
.portfolio-section.heroButtonNext {
    top: calc(50% - 6px);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 999px;
  }

  .heroButtonPrev {
    left: -10px;
  }

  .heroButtonNext {
    right: -10px;
  }

  .heroSlideActive .hero-card-portfolio {
    padding: 0;
    background: none;
  }

  .heroSlideActive .hero-card-portfolio .portfolioFlexWrapper {
    width: 100%;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    background-color: transparent;
  }

  .heroSlideActive .hero-card-portfolio img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
@media (max-width: 600px) {
  .project-filters {
    flex-direction: column !important;
    gap: 16px;
    align-items: center;
  }

  .select-wrapper.custom-dropdown {
    width: 100% !important;
    max-width: 300px;
  }

  .select-wrapper.custom-dropdown select {
    max-width: 100%;
  }
}
/*
 ===================================================
    PRESSKIT SECTION
 ===================================================
*/
.presskit-section {
  background-color: #37464c;
}
.presskit-section .row .class-h1 {
  color: #2197ce;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .presskit-section .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .presskit-section .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .presskit-section .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .presskit-section .row {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .presskit-page {
    background-position: 49% 50% !important;
  }

  .presskit-section .row {
    padding-top: 30px;
  }
}
/*
 ===================================================
    PRIVACY SECTION
 ===================================================
*/
.privacy-section {
  background-color: #37464c;
  font-size: 16px;
}

.privacy-content {
  margin: 40px;
  margin-bottom: 0;
  padding: 40px;
}

.policy-purpose-table {
  width: 100% !important;
}
.policy-purpose-table td {
  border: 1px solid white;
  padding: 15px;
}
.policy-purpose-table th {
  border: 1px solid white;
  padding: 15px;
}

@media (max-width: 767px) {
  .privacy-content {
    margin: 0px;
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .privacy-content {
    margin: 0px;
    padding: 20px;
  }
}
#product_roadmap {
  background-image: url("/images/headers/product_roadmap.jpg");
}
#product_roadmap .top-section .intro {
  position: unset;
  margin-top: 75px;
}

.product_roadmap-content .free_consultation {
  padding: 52px 100px 0 100px;
  background-color: #37464C;
}
.product_roadmap-content .free_consultation .title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
}
.product_roadmap-content .free_consultation .title span {
  color: #3CBE7A;
  white-space: nowrap;
}
.product_roadmap-content .free_consultation .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  padding-bottom: 43px;
}
.product_roadmap-content .free_consultation-card {
  padding: 35px 40px;
  background: #222E32;
  border-radius: 5px;
}
.product_roadmap-content .free_consultation-card .card_title {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #F3F3F3;
  padding-top: 16px;
  margin: 0;
}
.product_roadmap-content .free_consultation-card .card_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  padding-top: 6px;
  margin: 0;
}
.product_roadmap-content .free_consultation-card.purple_card {
  background: #714CA9;
}
.product_roadmap-content .free_consultation-card.purple_card .card_title, .product_roadmap-content .free_consultation-card.purple_card .card_description {
  color: #F3F3F3;
}
.product_roadmap-content .free_consultation .card_margin {
  margin-bottom: 40px;
}
.product_roadmap-content .free_consultation .col_margin {
  margin-top: 70px;
}
.product_roadmap-content .fixed_bar {
  background: radial-gradient(142.94% 142.94% at -0.44% -0.44%, #8D7CEF 0%, #8472EF 3.57%, #7E6BEF 9.08%, #7C69EF 24.4%, #7A63E5 39.61%, #7553C9 65.69%, #6C3A9D 99.3%, #6C399C 100%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-repeat: repeat;
  background-position: center;
}
.product_roadmap-content .fixed_bar .bar_pattern {
  background-image: url("/images/free_assessment/sticky_bar.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 99;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
}
.product_roadmap-content .fixed_bar .bar_text {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.product_roadmap-content .fixed_bar .bar_text h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #F3F3F3;
  margin-right: 23px;
  margin-top: 0;
  margin-bottom: 0;
}
.product_roadmap-content .fixed_bar .bar_text p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #F2FBFF;
  padding: 6px 17px;
  border: 1.5px solid #72D2FF;
  white-space: nowrap;
}
.product_roadmap-content .fixed_bar .bar_text span {
  color: #72D2FF;
}
.product_roadmap-content .fixed_bar .show_mobile {
  display: none;
}
.product_roadmap-content .homepage_slider {
  background: url("/images/product_roadmap/testimonials_carousel.png") rgba(26, 37, 40, 0.75);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
}
.product_roadmap-content .statistics {
  background-color: #37464C;
}
.product_roadmap-content .statistics .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
}
.product_roadmap-content .statistics .button {
  background-color: #3cbe7a;
  color: #f3f3f3;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  margin: 50px auto 0;
  padding: 12px 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.product_roadmap-content .statistics .button:hover {
  background-color: #E6E6E6;
  color: #3cbe7a;
}
.product_roadmap-content .projects {
  background-color: #324046;
  padding-top: 60px;
}
.product_roadmap-content .projects .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  color: #F3F3F3;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0;
}
.product_roadmap-content .process {
  padding: 84px 100px 50px;
  background-color: #37464C;
}
.product_roadmap-content .process .title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  padding-bottom: 25px;
  margin: 0;
}
.product_roadmap-content .process .title span {
  color: #2197CE;
}
.product_roadmap-content .process .description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  padding-bottom: 20px;
  margin: 0;
  max-width: 550px;
}
.product_roadmap-content .process .button {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #F3F3F3;
  padding: 12px 25px;
  background-color: #3CBE7A;
  margin-bottom: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.product_roadmap-content .process .button:hover {
  background: #e6e6e6;
  border-color: #adadad;
  color: #3CBE7A;
}
@media (hover: hover) {
  .product_roadmap-content .process .button:hover {
    background: #e6e6e6;
    border-color: #adadad;
    color: #3CBE7A;
    outline: none;
  }
}
.product_roadmap-content .process .button:active {
  background: #e6e6e6;
  border-color: #adadad;
  color: #3CBE7A;
}
.product_roadmap-content .process .process_row {
  display: flex;
  align-items: stretch;
}
.product_roadmap-content .process .process_row > div {
  display: flex;
  align-items: center;
}
.product_roadmap-content .process .process_row > div > div {
  padding-right: 50px;
}
.product_roadmap-content .process .process_row .number {
  font-size: 120px;
  line-height: 46px;
  color: #2197CE;
  padding-left: 52px;
  padding-right: 62px;
}
.product_roadmap-content .process .process_row .row_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #F3F3F3;
  margin-bottom: 14px;
}
.product_roadmap-content .process .process_row .row_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
}
.product_roadmap-content .process .bg_row_1 {
  background-color: rgba(46, 59, 64, 0.6);
}
.product_roadmap-content .process .bg_row_2 {
  background-color: #2A383D;
}
.product_roadmap-content .process .bg_row_3 {
  background-color: #222E32;
}
.product_roadmap-content .process .bg_row_4 {
  background-color: #1A2528;
}
.product_roadmap-content .process .even_row img {
  order: 1;
}
.product_roadmap-content .process .even_row > div {
  order: 2;
}
.product_roadmap-content .process .powerful_software {
  padding-top: 40px;
}
.product_roadmap-content .process .powerful_software .end_title {
  font-size: 41px;
  line-height: 46px;
  color: #F3F3F3;
  margin: 0;
  max-width: 340px;
}
.product_roadmap-content .process .powerful_software .end_title span {
  color: #2197CE;
}
.product_roadmap-content .process .powerful_software .end_title .hide-desktop {
  display: none;
}
.product_roadmap-content .process .powerful_software .end_description {
  font-size: 16px;
  line-height: 23px;
  color: #F3F3F3;
  margin-bottom: 15px;
  margin-top: 20px;
}
.product_roadmap-content .process .powerful_software .end_link {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #2197CE;
}
.product_roadmap-content .process .powerful_software .end_link:hover {
  text-decoration: underline;
}
.product_roadmap-content a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .slider-arrows {
    display: flex;
  }

  .product_roadmap-content .process .process_row {
    text-align: center;
  }
  .product_roadmap-content .process .process_row > div {
    display: block;
  }
  .product_roadmap-content .process .process_row > div > div {
    padding-left: 50px;
  }
  .product_roadmap-content .process .process_row .row_description {
    margin-bottom: 30px;
  }
  .product_roadmap-content .process .process_row .number {
    padding-bottom: 20px;
    font-size: 80px;
  }

  #product_roadmap .top-section .intro .intro-text h1 {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_roadmap-content .process .powerful_software .end_title .hide-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .product_roadmap-content .process {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
  }
  .product_roadmap-content .free_consultation {
    padding: 52px 60px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #product_roadmap .top-section .top-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product_roadmap .top-section .intro {
    margin-top: 50px;
  }
  #product_roadmap .top-section .intro .intro-text {
    padding-right: 40px;
  }
  #product_roadmap .top-section .intro .intro-text h1.homepage {
    font-size: 30px;
  }
  #product_roadmap .top-section .intro .intro-text p {
    font-size: 16px;
    margin-top: 15px;
  }

  .product_roadmap-content .projects .title {
    font-size: 29.8px;
  }
}
@media (min-width: 768px) {
  .product_roadmap-content .free_consultation .hide_desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  #product_roadmap {
    background-image: url("/images/headers/product_roadmap.jpg");
    background-position: unset;
  }
  #product_roadmap .top-section {
    margin-left: 0;
    margin-right: 0;
  }
  #product_roadmap .top-section .intro {
    position: absolute;
    left: 0;
    margin-top: 0;
  }
  #product_roadmap .top-section .intro-text {
    padding-left: 15px;
  }

  .product_roadmap-content .fixed_bar {
    top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-size: contain;
  }
  .product_roadmap-content .fixed_bar .bar_pattern {
    background-image: url("/images/free_assessment/bar.svg");
    background-position: unset;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product_roadmap-content .fixed_bar .bar_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-right: 15px;
  }
  .product_roadmap-content .fixed_bar .show_mobile {
    display: block;
  }
  .product_roadmap-content .fixed_bar .show_desktop {
    display: none;
  }
  .product_roadmap-content .grow_talent {
    padding: 52px 15px 66px;
  }
  .product_roadmap-content .process {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_roadmap-content .process .process_row {
    display: block;
    padding-top: 20px;
  }
  .product_roadmap-content .process .process_row img {
    width: 100%;
  }
  .product_roadmap-content .process .powerful_software .end_title {
    padding-bottom: 20px;
    max-width: unset;
  }
  .product_roadmap-content .process .powerful_software .end_description {
    margin-top: 0;
  }
  .product_roadmap-content .process .powerful_software .col-sm-6 {
    padding: 0;
  }
  .product_roadmap-content .free_consultation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_roadmap-content .free_consultation .col_margin {
    margin-top: 40px;
  }
  .product_roadmap-content .free_consultation .col_margin .hide_desktop {
    margin-bottom: 40px;
  }
  .product_roadmap-content .free_consultation .title {
    margin-top: 0;
  }
  .product_roadmap-content .free_consultation .col-sm-6 {
    padding: 0;
  }
  .product_roadmap-content .free_consultation .hide_mobile {
    display: none;
  }
  .product_roadmap-content .projects {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .product_roadmap-content .projects .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_roadmap-content .statistics .description {
    max-width: unset;
  }
}
@media (max-width: 475px) {
  .product_roadmap-content .process .powerful_software .end_title br {
    display: none;
  }
}
@media (max-width: 430px) {
  .delivered-projects {
    width: 120px;
    white-space: break-spaces;
    text-align: left !important;
  }
}
/*
 ===================================================
    PRODUCTS SECTION
 ===================================================
*/
.products-section {
  background-color: #37464c;
}
.products-section .row > div {
  padding: 40px 7.5px 40px 7.5px;
  position: relative;
  text-align: center;
}
.products-section .row > div img.background {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-section .row > div .text {
  position: absolute;
  top: 15%;
  left: 0px;
  padding: 0px 80px;
}
.products-section .row > div .text .class-h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}
.products-section .row > div .text p {
  font-size: 16px;
}
.products-section .row .up-btn a {
  padding: 10px 20px;
  line-height: 16px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .products-section .row {
    margin: 0px 8px;
  }
  .products-section .up-btn {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-section .row {
    margin: 0px 8px;
  }
  .products-section .row > div .text {
    top: 15%;
    padding: 0px 30px;
  }
  .products-section .up-btn {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .products-section .row > div {
    padding: 40px 15px 0px 15px;
  }
  .products-section .row > div:last-child {
    padding-bottom: 40px;
  }
  .products-section .row > div .text {
    top: 23%;
  }
  .products-section .row > div .text .up-btn {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .products-section .row > div .text {
    top: 20%;
  }
  .products-section .up-btn {
    padding-top: 50px;
  }

  .lang-de .products-section .row > div img.background {
    height: 580px;
  }
}
@media (max-width: 520px) {
  .products-section .row > div .text {
    top: 10%;
    padding: 0px 30px;
  }
}
/*
 ===================================================
    PROJECT PAGE
 ===================================================
*/
.project-section {
  background-color: #ffffff;
}
.project-section .top-info {
  background-color: #000000;
}
.project-section .top-info .back {
  font-weight: 700;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  background-color: #3CBE7A;
  text-align: right;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
}
.project-section .top-info .back:hover {
  color: #3CBE7A;
  background-color: #ededed;
}
.project-section .top-info .categories {
  display: inline;
}
.project-section .top-info .categories li {
  padding-left: 5px;
  display: inline;
}
.project-section .top-info .categories li a {
  color: #fff;
}
.project-section-row:last-child {
  border-bottom: 1px solid #dddddd;
  margin-left: 0px;
  margin-right: 0px;
}
.project-section-row .project-carousel {
  margin-top: 20px;
}
.project-section-row .project-carousel .bx-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: none;
  border: 0px;
}
.project-section-row .project-carousel .bx-wrapper img {
  border-radius: 10px;
}
.project-section-row .project-carousel .bx-wrapper .bx-controls-direction a {
  background-color: #282828;
  border-radius: 50%;
}
.project-section-row .project-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border: 2px solid #aeaeae;
  border-radius: 50%;
}
.project-section-row .project-carousel .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ffffff;
  border: 2px solid #3CBE7A;
}
.project-section-row img {
  width: auto;
  height: 480px;
  padding: 20px 40px;
  margin: auto;
  display: block;
}
.project-section-row .text {
  color: #1d1d1d;
}
.project-section-row .text h1 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
.project-section-row .text p {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 1200px) {
  .project-section .project-carousel .bxslider-project {
    margin-left: 180px;
  }
  .project-section .project-carousel .bxslider-project img {
    width: 100%;
    height: auto;
    padding: 0px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-section .project-carousel .bxslider-project li {
    width: 774px !important;
    height: auto;
    margin: 0px 10px;
    background-color: #ededed;
    border-radius: 10px;
    border: 2px solid #dedede;
  }
  .project-section-row .text {
    text-align: center;
    padding: 0px 120px 0px 120px;
    margin: 0px 0px 40px 0px;
  }
  .project-section-row .text h1 {
    margin-top: 0px;
  }
  .project-section-row.buttons {
    padding-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .project-section img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-section-row .text {
    text-align: center;
    padding: 0px 60px 0px 60px;
    margin: 0px 0px 40px 0px;
  }
  .project-section-row.buttons {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .project-section-row.buttons {
    padding-bottom: 30px;
  }
  .project-section ul.bxslider-project {
    height: 100%;
  }
  .project-section ul.bxslider-project li {
    height: 100%;
  }
  .project-section ul.bxslider-project li img {
    width: auto;
    height: 480px;
    padding: 15px 0px;
  }

  .top-section .intro-text br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-section-row .text {
    padding: 0px 100px 40px 100px;
  }
}
@media (max-width: 767px) {
  .project-section .top-info .back {
    padding: 10px 10px;
  }
  .project-section .top-info .categories {
    padding-left: 0px;
  }
  .project-section .project-carousel .bxslider-project {
    height: 100%;
  }
  .project-section .project-carousel .bxslider-project li {
    height: 100%;
  }
  .project-section .project-carousel .bxslider-project img {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .project-section-row .text {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 18px;
  }
  .project-section-row .text h1 {
    font-size: 20px;
  }
  .project-section-row .text p {
    font-size: 15px;
    line-height: 18px;
  }
  .project-section-row.buttons {
    padding-bottom: 15px;
  }
  .project-section-row.buttons > div {
    padding-bottom: 15px;
  }
  .project-section-row.buttons > div a {
    width: 100%;
  }
  .project-section-row img {
    padding: 0px;
  }
}
.resources_header h1 {
  margin: 0;
}

.collection_page {
  padding-top: 40px;
}
.collection_page a:hover {
  text-decoration: none;
}
.collection_page .select_collection {
  padding: 6px 0 1px 85px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #37464C;
}
.collection_page .select_collection .back_button {
  padding-right: 23px;
}
.collection_page .select_collection .back_button a {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #2F3A3D;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 12px;
  padding: 10px 22px;
}
.collection_page .select_collection h3 {
  font-size: 30px;
  line-height: 46px;
  color: #3CBE7A;
  margin: 0;
  padding-right: 7px;
}
.collection_page .select_collection .content-search {
  align-items: center;
  justify-content: unset;
}
.collection_page .select_collection .collection-select select {
  font-size: 20px;
  height: auto;
  width: 400px;
}
.collection_page .addShadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.resources {
  background-color: #37464c;
  color: #fff;
  padding-top: 62px;
  /* SHADOW */
  /* COVER */
}
.resources a:hover {
  text-decoration: none;
}
.resources .sticky-top {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #37464C;
  padding-top: 18px;
  padding-bottom: 18px;
}
.resources .sticky-top .hide_all {
  display: none;
}
.resources .sticky-top::before {
  top: 48px;
  /* shadow is at bottom of element, so at 48 + 16 = 64px */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.resources .sticky-top::after {
  /* linear gradient from background color to transparent acts as
  a transition effect so the shadow appears gradually */
  background: linear-gradient(white 10%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.4) 70%, transparent);
  top: 0;
  /* cover should fall over shadow */
  z-index: 2;
}
.resources .header {
  text-align: center;
  padding-bottom: 15px;
  width: 80%;
  margin: auto;
}
.resources .header .green_title {
  font-size: 41px;
  color: #3CBE7A;
  margin-top: 0;
}
.resources .header .description {
  font-size: 17px;
  font-weight: 500;
  color: #F3F3F3;
}
.resources .filters {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.resources .filters ul {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.resources .filters ul li {
  list-style-type: none;
}
.resources .filters h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  padding-right: 19px;
}
.resources .filters .filter {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 19px;
  margin: 0 10px;
  background-color: #2F3A3D;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 12px;
}
.resources .filters .filter:hover {
  background-color: #202A2C;
  text-decoration: none;
}
.resources .filters .filter h5 {
  font-size: 13px;
  color: #F3F3F3;
  margin-left: 14px;
}
.resources .filters .filter img {
  width: -moz-fit-content;
  width: fit-content;
}
.resources .filters .active a.filter {
  background-color: #202a2c;
}
.resources .content {
  width: 80%;
  margin: 0 auto;
}
.resources .content .sections_design .about_collection.row {
  margin: 0 0 36px 0;
  display: flex;
  flex-wrap: wrap;
}
.resources .content .sections_design .about_collection .col-xs-6 {
  padding: 0;
}
.resources .content .sections_design .about_collection .gray_col {
  background-color: #273237;
}
.resources .content .sections_design .about_collection .gray_col div {
  width: 320px;
  margin: 66px auto;
}
.resources .content .sections_design .about_collection .gray_col div .collection_name {
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  color: #3CBE7A;
}
.resources .content .sections_design .about_collection .gray_col div .title {
  color: #F3F3F3;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 27px;
}
.resources .content .sections_design .about_collection .gray_col div .description {
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
}
.resources .content .sections_design .about_collection .black_col {
  background-color: #273237;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.resources .content .sections_design .about_collection .black_col img {
  width: 100%;
  height: 100%;
}
.resources .content .sections_design .stories {
  padding-bottom: 20px;
}
.resources .content .sections_design .stories .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 17px;
}
.resources .content .sections_design .stories .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.resources .content .sections_design .stories .row .row {
  border-bottom: 1px solid #46555A;
  padding-right: 15px;
}
.resources .content .sections_design .stories .row .row .col-xs-6 img {
  width: 100%;
  margin-bottom: 15px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resources .content .sections_design .stories .row .row .col-xs-6:first-child {
  padding-left: 0;
}
.resources .content .sections_design .stories .row .col-md-4 {
  padding: 0;
}
.resources .content .sections_design .stories .row .col-md-8 {
  padding: 0;
}
.resources .content .sections_design .stories .row .col-md-8 .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #F3F3F3;
  margin-bottom: 0;
  min-height: 122px;
  margin-bottom: 20px;
}
.resources .content .sections_design .stories .row .col-md-8 .written_by {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
}
.resources .content .sections_design .stories .row .col-md-8 .collection {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
}
.resources .content .sections_design .stories .row .col-md-8 .collection span {
  color: #3CBE7A;
}
.resources .content .sections_design .stories .row .explore {
  background-image: url("/images/resources/collection_vector.svg");
  background-color: #273237;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100%;
}
.resources .content .sections_design .stories .row .explore .center_content {
  width: 230px;
  margin: auto;
}
.resources .content .sections_design .stories .row .explore .title {
  font-size: 14px;
  line-height: 40px;
  color: #3CBE7A;
  margin-top: 0;
  padding-top: 43px;
  margin-bottom: 0;
}
.resources .content .sections_design .stories .row .explore .subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #F3F3F3;
  margin-bottom: 23px;
  margin-top: 0;
}
.resources .content .sections_design .stories .row .explore .description {
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 60px;
}
.resources .content .sections_design .stories .row .explore .green_button {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: rgba(243, 243, 243, 0.85);
  background-color: #3CBE7A;
  padding: 16px;
  width: 100%;
}
.resources .content .sections_design .stories .row .explore .green_button:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #3cbe7a;
}
.resources .content .sections_design .more_collections .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 25px;
}
.resources .content .sections_design .more_collections .row {
  display: flex;
  flex-wrap: wrap;
}
.resources .content .sections_design .more_collections .col-xs-12:not(:last-child) {
  margin-right: 0px;
}
.resources .content .sections_design .more_collections .more_collections-margin {
  margin-bottom: 20px;
}
.resources .content .sections_design .more_collections .col-xs-12 .layer {
  padding: 116px 15px 72px 25px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.resources .content .sections_design .more_collections .col-xs-12 .collection {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 21px;
}
.resources .content .sections_design .more_collections .col-xs-12 .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #F3F3F3;
  margin: 0;
  min-height: 130px;
  margin-bottom: 20px;
}
.resources .content .sections_design .more_collections .col-xs-12 .green_button {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #F3F3F3;
  padding: 8px 14px;
  background-color: #3CBE7A;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.resources .content .sections_design .more_collections .col-xs-12 .green_button:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #3cbe7a;
}
.resources .content > div:last-child {
  padding-top: 40px;
}
.resources .content > div:last-child .more_collections {
  padding-bottom: 40px;
}
.resources .content > div:first-child {
  padding-top: 50px;
}
.resources .content > div:first-child .more_collections {
  padding-bottom: 20px;
}
.resources .content > div:nth-child(2) {
  padding-top: 40px;
}
.resources .content > div:nth-child(2) .more_collections {
  padding-bottom: 20px;
}
.resources .content > div:not(:last-child) .more_collections {
  border-bottom: 1px solid #46555A;
}
.resources .addShadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.resources .hide-text {
  display: none;
}
.resources .show-onScroll {
  display: block;
}
.resources .affix {
  position: unset;
}
.resources .nav-tabs {
  border-bottom: 0;
}

@media (hover: none) {
  .resources .filters .filter:hover {
    background-color: #2F3A3D;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .resources .content .sections_design .stories .col-md-8 .row {
    padding: 0;
  }
  .resources .content .sections_design .stories .col-md-8 .row .col-xs-6:first-child {
    padding-left: 0;
  }
  .resources .content .sections_design .stories .col-md-8 .row .col-xs-6:last-child {
    padding-right: 0;
  }
  .resources .content .sections_design .stories .row .explore {
    height: 110%;
    margin-top: 10px;
  }
  .resources .content .sections_design .stories .row .explore .center_content {
    margin-bottom: 70px;
  }

  .collection_page .select_collection {
    padding-left: 10px;
  }

  #getWeb .section-adjust-second {
    padding-bottom: 10px;
  }
}
@media (min-width: 851px) and (max-width: 930px) {
  .resources .content .sections_design .about_collection .black_col img {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .resources .content .sections_design .about_collection .black_col {
    width: 100%;
  }
  .resources .content .sections_design .about_collection .gray_col {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .resources .content .sections_design .about_collection .gray_col div {
    max-width: 500px;
    width: unset;
  }
  .resources .filters h3 {
    margin-right: 0px;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (min-width: 768px) {
  .resources .header .description {
    width: 600px;
    margin: auto;
  }
  .resources .more_collections .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .resources .sticky-top .display_mobile {
    display: none;
  }
  .resources .sticky-top .display_desktop {
    display: inline;
  }
}
@media (max-width: 767px) {
  .resources .header {
    width: 90%;
    text-align: inherit;
  }
  .resources .header .green_title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .resources .sticky-top {
    top: 50px;
  }
  .resources .sticky-top .display_mobile {
    display: inline;
  }
  .resources .sticky-top .display_desktop {
    display: none;
  }
  .resources .content {
    width: 90%;
  }
  .resources .content .sections_design .more_collections {
    margin-top: 70px;
    padding-bottom: 50px;
  }
  .resources .content .sections_design .more_collections .title {
    font-size: 18px;
  }
  .resources .content .sections_design .more_collections .col-xs-12 {
    padding: 0 0 20px 0;
  }
  .resources .content .sections_design .stories .row .explore {
    padding-left: 40px;
    padding-right: 40px;
  }
  .resources .content .sections_design .stories .row .explore .center_content {
    max-width: 500px;
    margin: auto;
    width: unset;
  }
  .resources .content .sections_design .stories .row .row {
    border-bottom: 0;
  }
  .resources .content > div:first-child .more_collections, .resources .content > div:nth-child(2) .more_collections {
    padding-bottom: 0px;
  }
  .resources .filters .filter h5 {
    font-size: 12px;
  }
  .resources .hide-mobile {
    display: none;
  }
  .resources .show-onScroll {
    display: none;
  }

  .collection_page .select_collection {
    top: 50px;
  }
  .collection_page .select_collection h3 {
    font-size: 22px;
  }
  .collection_page .select_collection .collection-select select {
    font-size: 16px;
    width: 320px;
  }
}
@media (max-width: 570px) {
  .resources .content .sections_design .stories .row .explore {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resources .sticky-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .resources .filters .filter h5 {
    margin-left: 8px;
  }

  .collection_page .select_collection .back_button {
    margin-bottom: 10px;
  }
  .collection_page .select_collection .content-search {
    display: block;
  }
}
@media (max-width: 500px) {
  .resources .filters .filter {
    margin: 0 5px;
    padding: 0 7px;
  }
  .resources .content .sections_design .about_collection .black_col img {
    width: 100%;
  }
  .resources .content .sections_design .about_collection .gray_col div {
    margin: 0;
  }
  .resources .content .sections_design .stories {
    margin-top: 50px;
  }
  .resources .content .sections_design .stories .row .col-md-8 .title {
    font-size: 18px;
    min-height: 90px;
    margin-bottom: 20px;
  }
  .resources .content .sections_design .stories .col-md-8 .row .col-xs-6 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 0px;
  }

  .container-fluid.resources-page {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.resources-page .top-section {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .resources .sticky-top {
    padding-left: 7px;
    padding-right: 7px;
  }
  .resources .content .sections_design .more_collections .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .resources .filters .filter {
    margin: 0 3px;
    padding: 0 5px;
  }
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.33) !important;
}

.filter:hover {
  border: 1px solid rgba(255, 255, 255, 0.33) !important;
}

/*
 ===================================================
    Services Menu
 ===================================================
*/
#getDevs .getSoftwareSection, #getUxUi .getSoftwareSection, #getSoftware .getSoftwareSection {
  display: flex;
  justify-content: center;
}
#getDevs .getSoftwareSection .button-tabs, #getUxUi .getSoftwareSection .button-tabs, #getSoftware .getSoftwareSection .button-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
#getDevs .getSoftwareSection .button-tabs .text-capitalize, #getUxUi .getSoftwareSection .button-tabs .text-capitalize, #getSoftware .getSoftwareSection .button-tabs .text-capitalize {
  margin-right: 4px;
}
@media (max-width: 767px) {
  #getDevs .getSoftwareSection .button-tabs .text-capitalize, #getUxUi .getSoftwareSection .button-tabs .text-capitalize, #getSoftware .getSoftwareSection .button-tabs .text-capitalize {
    margin-right: 0;
  }
}

#getDevs.services-section .third-section > div {
  height: 570px;
  min-height: unset;
}
#getDevs.services-section .third-section .button-services-first {
  margin-top: -200px;
}

#getSoftware.services-section .third-section > div {
  min-height: 740px;
}
#getSoftware .first-section {
  margin-top: -20px;
  background-image: url("/images/services/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gray {
  background-color: #37464c;
  padding-bottom: 30px;
}

/*
 ===================================================
    Get UI/UX section
 ===================================================
*/
.top-section .ui-ux-container {
  max-width: 1140px;
  margin: 0 auto;
}
.top-section .ui-ux-container .intro > .intro-text {
  display: flex;
  gap: 21px;
  padding-bottom: 20px;
  padding-left: 0;
  flex-direction: column;
}
@media (max-width: 768px) {
  .top-section .ui-ux-container .intro > .intro-text {
    padding: 0 16px 24px;
  }
}
.top-section .ui-ux-container .intro > .intro-text .ui-ux-title {
  max-width: 545px;
  font-weight: 700;
  font-size: 41px;
  line-height: 45.1px;
  margin: 0;
  color: #F3F3F3;
}
@media (max-width: 768px) {
  .top-section .ui-ux-container .intro > .intro-text .ui-ux-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.top-section .ui-ux-container .intro > .intro-text .ui-ux-description {
  max-width: 620px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #F3F3F3;
  margin: 0;
}
@media (max-width: 768px) {
  .top-section .ui-ux-container .intro > .intro-text .ui-ux-description {
    font-size: 16px;
    line-height: 20px;
  }
}

#getUxUi {
  background-color: #37464c;
  line-height: 22px;
}
#getUxUi a:hover {
  text-decoration: none;
}
#getUxUi .title-services-ux_3 {
  padding: 30px 7% 70px;
}
#getUxUi .title-services-ux_3 h2 {
  color: #2197CE;
  font-size: 41px;
  margin-top: 0;
  line-height: 35px;
  font-weight: 500;
}
#getUxUi .title-services-ux_3 h2 br {
  display: none;
}
#getUxUi .ufo {
  padding: 27px 0 80px 0;
}
#getUxUi .final-step {
  background: url("/images/services/services-ux/final_step.png") rgba(0, 0, 0, 0.65);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 50px 7%;
}
#getUxUi .final-step .row {
  display: flex;
  align-items: center;
}
#getUxUi .final-step .content .subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #F3F3F3;
  margin-bottom: 19px;
}
#getUxUi .final-step .content .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #F3F3F3;
  padding-bottom: 26px;
}
#getUxUi .final-step .content .ufo_list {
  font-size: 16px;
  font-weight: 500;
  color: #F3F3F3;
}
#getUxUi .final-step .content .ufo_list .list_1 {
  padding-left: 20px;
  margin-bottom: 0;
}
#getUxUi .final-step .content .ufo_list .list_1 li {
  white-space: nowrap;
  padding-bottom: 5px;
}
#getUxUi .final-step .content .ufo_list .list_2 {
  margin-left: 50px;
  margin-bottom: 0;
}
#getUxUi .final-step .content .ufo_list .list_2 li {
  padding-bottom: 5px;
}
#getUxUi .final-step .content .ufo_list span {
  color: #72D2FF;
}
#getUxUi .final-step_button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#getUxUi .final-step .green_button_xxl {
  color: #F3F3F3;
  font-size: 19px;
  font-weight: 700;
  padding: 14px 24px;
  background-color: #3CBE7A;
}
#getUxUi .final-step .green_button_xxl:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #3cbe7a;
}
#getUxUi .getUxUi_design {
  padding: 25px 7% 60px 7%;
}
#getUxUi .getUxUi_design .title-services-ux_1 {
  padding-top: 60px;
}
#getUxUi .getUxUi_design .title-services-ux_1 h2, #getUxUi .getUxUi_design .title-services-ux_2 h2 {
  color: #2197CE;
  font-size: 41px;
  margin-top: 0;
  line-height: 35px;
}
#getUxUi .getUxUi_design .title-services-ux_1 p, #getUxUi .getUxUi_design .title-services-ux_2 p {
  width: 619px;
  margin: auto;
  color: #F3F3F3;
  font-size: 17px;
  font-weight: 500;
  padding-top: 20px;
  line-height: 22px;
}
#getUxUi .getUxUi_design .row_1, #getUxUi .getUxUi_design .row_2 {
  padding: 0 0 130px 0;
}
#getUxUi .getUxUi_design .row_1 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_2 {
  width: calc(100% - 50px);
  border-radius: 10px;
}
#getUxUi .getUxUi_design .row_1 .image_1 {
  float: right;
  width: 100%;
}
#getUxUi .getUxUi_design .row_3 .image_3 {
  float: right;
  width: 90%;
}
#getUxUi .getUxUi_design .title_left {
  font-size: 29px;
  font-weight: 500;
  color: #2197CE;
  margin-bottom: 27px;
  margin-top: 0;
  line-height: 36px;
}
#getUxUi .getUxUi_design .title_three {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 16px;
  line-height: 22px;
}
#getUxUi .getUxUi_design .description {
  font-size: 14px;
  font-weight: 500;
  color: #F3F3F3;
  margin-bottom: 27px;
  line-height: 22px;
}
#getUxUi .getUxUi_design .green_button {
  font-size: 14px;
  font-weight: 600;
  color: #f3f3f3;
  padding: 8px 17px;
  background-color: #3CBE7A;
}
#getUxUi .getUxUi_design .green_button:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #3cbe7a;
  cursor: pointer;
}
#getUxUi .getUxUi_design .step_padding {
  padding-left: 45px;
  padding-right: 45px;
}
#getUxUi .getUxUi_design .card_margin {
  margin-right: 5px;
}
#getUxUi .getUxUi_design .lines {
  margin-top: 30px;
}
#getUxUi .getUxUi_design .dot_1 {
  --l:-6px;
  --t:100%;
  --r:unset;
  --b:unset;
  --w:370px;
  --bt:1px;
  --bl:1px;
  --bb:0px;
  --br:0px;
  height: 34px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_2 {
  --l:unset;
  --t:-10px;
  --r:-15px;
  --b:unset;
  --w:70px;
  --bt:1px;
  --bl:1px;
  --bb:0px;
  --br:0px;
  height: 58px;
  margin: 0 20px 1px 89px;
}
#getUxUi .getUxUi_design .dot_3 {
  --l:-15px;
  --t:unset;
  --r:unset;
  --b:-5px;
  --w:70px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 70px;
  margin: 1px 20px 0 20px;
}
#getUxUi .getUxUi_design .dot_4 {
  --l:-15px;
  --t:unset;
  --r:unset;
  --b:-5px;
  --w:70px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 58px;
  margin: 1px 20px 0 20px;
}
#getUxUi .getUxUi_design .dot_5 {
  --l:unset;
  --t:-20px;
  --r:-5px;
  --b:unset;
  --w:130px;
  --bt:0px;
  --bl:0px;
  --bb:0px;
  --br:1px;
  height: 90px;
  margin: 0 20px 1px 20px;
}
#getUxUi .getUxUi_design .dot_6 {
  --l:-15px;
  --t:unset;
  --r:unset;
  --b:-5px;
  --w:130px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 70px;
  margin: 1px 20px 0 20px;
}
#getUxUi .getUxUi_design .dot_7 {
  --l:-6px;
  --t:-20px;
  --r:unset;
  --b:unset;
  --w:185px;
  --bt:0px;
  --bl:1px;
  --br:0px;
  --bb:1px;
  height: 34px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_8 {
  --l:unset;
  --t:-20px;
  --r:-6px;
  --b:unset;
  --w:185px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 34px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_9 {
  --l:unset;
  --t:-20px;
  --r:-6px;
  --b:unset;
  --w:370px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 34px;
  margin: 0 20px 0 0.5px;
}
#getUxUi .getUxUi_design .dot_10 {
  --l:-6px;
  --t:unset;
  --r:unset;
  --b:-15px;
  --w:185px;
  --bt:0px;
  --bl:1px;
  --bb:0px;
  --br:0px;
  height: 34px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_11 {
  --l:unset;
  --t:unset;
  --r:-6px;
  --b:-15px;
  --w:185px;
  --bt:0px;
  --bl:0px;
  --bb:0px;
  --br:1px;
  height: 34px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_12 {
  --l:-5px;
  --t:-20px;
  --r:unset;
  --b:unset;
  --w:30px;
  --bt:0px;
  --bl:1px;
  --bb:0px;
  --br:0px;
  height: 62px;
  margin: 0 20px;
}
#getUxUi .getUxUi_design .dot_13 {
  --l:-5px;
  --t:unset;
  --r:unset;
  --b:-5px;
  --w:185px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:0px;
  height: 34px;
  margin: 0;
}
#getUxUi .getUxUi_design .dot_14 {
  --l:unset;
  --t:-15px;
  --r:-5px;
  --b:unset;
  --w:200px;
  --bt:0px;
  --bl:0px;
  --bb:1px;
  --br:1px;
  height: 120px;
  margin: 0 20px 1px 20px;
}
#getUxUi .getUxUi_design .dot_16 {
  --l:unset;
  --t:100%;
  --r:-6px;
  --b:unset;
  --w:370px;
  --bt:1px;
  --bl:0px;
  --bb:0px;
  --br:1px;
  height: 34px;
  margin: 0 20px 0 0.5px;
}
#getUxUi .getUxUi_design .dot {
  padding: 0;
  width: var(--w);
  border-style: dashed;
  border-color: #637F8B;
  position: relative;
  border-top-width: var(--bt);
  border-left-width: var(--bl);
  border-bottom-width: var(--bb);
  border-right-width: var(--br);
}
#getUxUi .getUxUi_design .dot-before::before {
  content: "";
  position: absolute;
  top: var(--t);
  left: var(--l);
  right: var(--r);
  bottom: var(--b);
  margin-top: 4px;
  width: 10px;
  height: 10px;
  background: #72D2FF;
  clip-path: circle(40%);
}
#getUxUi .getUxUi_design .dot-after::after {
  content: "";
  position: absolute;
  top: var(--t);
  left: var(--l);
  right: var(--r);
  bottom: var(--b);
  margin-top: 4px;
  width: 10px;
  height: 10px;
  background: #72D2FF;
  clip-path: circle(40%);
}
#getUxUi .getUxUi_design .steps {
  text-align: left;
  padding: 0;
  margin: 0 0 0 0;
  padding-top: 60px;
}
#getUxUi .getUxUi_design .steps .connection_3.col-xs-12 {
  margin-top: 100px;
}
#getUxUi .getUxUi_design .steps .connection_3.col-xs-12 .dot-before::before {
  left: unset;
  right: -6px;
}
#getUxUi .getUxUi_design .steps .col-md-5 {
  padding: 0;
}
#getUxUi .getUxUi_design .steps .connection_4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 25px;
  padding-top: 25px;
}
#getUxUi .getUxUi_design .steps .connection_4 div {
  margin: 0;
}
#getUxUi .getUxUi_design .steps .connection_4 .dot-before::before {
  top: unset;
  bottom: -15px;
}
#getUxUi .getUxUi_design .steps .step_1 .card_header, #getUxUi .getUxUi_design .steps .step_2 .card_header, #getUxUi .getUxUi_design .steps .step_3 .card_header {
  width: 100%;
  display: flex;
  gap: 7px;
}
#getUxUi .getUxUi_design .steps .step_1 .card_header > div, #getUxUi .getUxUi_design .steps .step_2 .card_header > div, #getUxUi .getUxUi_design .steps .step_3 .card_header > div {
  width: 36px;
  height: 18px;
  border-radius: 4px;
}
#getUxUi .getUxUi_design .steps .step_1 .card_header .green_header, #getUxUi .getUxUi_design .steps .step_2 .card_header .green_header, #getUxUi .getUxUi_design .steps .step_3 .card_header .green_header {
  background-color: #3CBE7A;
}
#getUxUi .getUxUi_design .steps .step_1 .card_header .blue_header, #getUxUi .getUxUi_design .steps .step_2 .card_header .blue_header, #getUxUi .getUxUi_design .steps .step_3 .card_header .blue_header {
  background-color: #2197CE;
}
#getUxUi .getUxUi_design .steps .step_1 .card_header .gray_header, #getUxUi .getUxUi_design .steps .step_2 .card_header .gray_header, #getUxUi .getUxUi_design .steps .step_3 .card_header .gray_header {
  width: calc(100% - 72px);
  background-color: #2A383D;
}
#getUxUi .getUxUi_design .steps .step_1 .content, #getUxUi .getUxUi_design .steps .step_2 .content, #getUxUi .getUxUi_design .steps .step_3 .content {
  margin-top: 9px;
}
#getUxUi .getUxUi_design .steps .step_1 .content {
  background: url("/images/services/services-ux/1.svg") #2A383D;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(50% - 60px), cover;
  background-position: right center, left top;
}
#getUxUi .getUxUi_design .steps .step_1 .step_number {
  padding: 4px;
}
#getUxUi .getUxUi_design .steps .step_2 .content {
  background: url("/images/services/services-ux/2.svg") #2A383D;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(50% - 60px), cover;
  background-position: right center, left top;
}
#getUxUi .getUxUi_design .steps .step_2 .step_number {
  padding: 10px;
}
#getUxUi .getUxUi_design .steps .step_3 .content {
  background: url("/images/services/services-ux/3.svg") #2A383D;
  background-repeat: no-repeat, no-repeat;
  background-size: calc(50% - 60px), cover;
  background-position: right center, left top;
}
#getUxUi .getUxUi_design .steps .step_3 .step_number {
  padding: 20px 13px;
}
#getUxUi .getUxUi_design .steps .step_1, #getUxUi .getUxUi_design .steps .step_2, #getUxUi .getUxUi_design .steps .step_3 {
  border: 1px solid #637F8B;
  padding: 19px;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(35, 35, 35, 0.25);
}
#getUxUi .getUxUi_design .steps .step_1 .header, #getUxUi .getUxUi_design .steps .step_2 .header, #getUxUi .getUxUi_design .steps .step_3 .header {
  position: relative;
}
#getUxUi .getUxUi_design .steps .step_1 .header .step_number, #getUxUi .getUxUi_design .steps .step_2 .header .step_number, #getUxUi .getUxUi_design .steps .step_3 .header .step_number {
  font-size: 16px;
  font-weight: 700px;
  color: #72D2FF;
  background-color: #37464C;
  border: 1px solid #72D2FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  right: -33px;
  top: -45px;
}
#getUxUi .getUxUi_design .steps .step_1 .content, #getUxUi .getUxUi_design .steps .step_2 .content, #getUxUi .getUxUi_design .steps .step_3 .content {
  padding: 32px;
}
#getUxUi .getUxUi_design .steps .step_1 .content .title, #getUxUi .getUxUi_design .steps .step_2 .content .title, #getUxUi .getUxUi_design .steps .step_3 .content .title {
  font-size: 16px;
  font-weight: 700;
  color: #F3F3F3;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
  text-align: left;
  line-height: 22px;
}
#getUxUi .getUxUi_design .steps .step_1 .content .description, #getUxUi .getUxUi_design .steps .step_2 .content .description, #getUxUi .getUxUi_design .steps .step_3 .content .description {
  font-size: 14px;
  font-weight: 500;
  color: #F3F3F3;
  margin-bottom: 0;
  line-height: 22px;
}
#getUxUi .getUxUi_design .steps .step_3 {
  margin-left: 70px;
  margin-right: -70px;
}
#getUxUi .getUxUi_design .steps .line {
  margin-top: 20px;
  margin-left: -80px;
}
#getUxUi .getUxUi_design .steps .line .dot-before::before {
  left: -15px;
  right: unset;
  bottom: -5px;
  top: unset;
}
#getUxUi .getUxUi_design .connection_1 {
  margin-top: 54px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#getUxUi .getUxUi_design .connection_1 .dot {
  margin: 20px 0;
}
#getUxUi .getUxUi_design .connection_1 h3 {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#getUxUi .getUxUi_design .connection_2 {
  margin-top: 15px;
  padding-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#getUxUi .getUxUi_design .connection_2 .col-xs-3 {
  padding: 0;
  margin: 0;
}
#getUxUi .getUxUi_design .connection_2 .center-div {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#getUxUi .getUxUi_design .first_row {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0;
}
#getUxUi .getUxUi_design .first_row .img_2 img, #getUxUi .getUxUi_design .first_row .img_3 img {
  border-radius: 4px;
  width: 180px;
}
#getUxUi .getUxUi_design .first_row .images, #getUxUi .getUxUi_design .first_row .lines, #getUxUi .getUxUi_design .first_row .col-md-1 {
  padding: 0;
}
#getUxUi .getUxUi_design .green_button_xxl {
  color: #F3F3F3;
  font-size: 19px;
  font-weight: 700;
  padding: 14px 24px;
  background-color: #3CBE7A;
}
#getUxUi .getUxUi_design .green_button_xxl:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #3cbe7a;
}
#getUxUi .section_three .row {
  margin-top: 73px;
}
#getUxUi .section_three .row .title_left {
  font-size: 14px;
  font-weight: 500;
  color: #F3F3F3;
  margin-bottom: 16px;
}
#getUxUi .section_three .row .center_image {
  margin: auto;
  max-width: 800px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 70px;
}
#getUxUi .section_three .row .center_image img {
  margin-top: 50px;
  width: 100%;
}
#getUxUi .section_three .row .button {
  margin-top: 60px;
}
#getUxUi .section_three .power_up_steps {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  color: #72D2FF;
  padding: 8px 16px;
  border: 1px solid #72D2FF;
  border-radius: 50%;
}
#getUxUi .section_four .title-services-ux_1 {
  margin-bottom: 63px;
}
#getUxUi .section_four .green_button {
  padding: 14px 30px;
}
#getUxUi .section_four .row .bg-first-col {
  background-color: #3A4F57;
  background-image: url("/images/services/services-ux/Vector_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  height: 100%;
}
#getUxUi .section_four .row .first_col {
  padding: 37px 23px 74px 23px;
}
#getUxUi .section_four .row .first_col .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 14px;
}
#getUxUi .section_four .row .first_col .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #F3F3F3;
  margin-bottom: 60px;
}
#getUxUi .section_four .row .first_col .images {
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px;
  background-color: #F3F3F3;
  border-radius: 50%;
  margin-bottom: 44px;
}
#getUxUi .section_four .row .first_col .green_button {
  font-size: 19px;
  line-height: 23px;
}
#getUxUi .section_four .row .row img:first-child {
  margin-bottom: 32px;
}
#getUxUi .section_four .row .row img {
  float: right;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
#getUxUi .section_four .col-md-3.hide_mobile {
  padding-right: 0;
}
#getUxUi .section_four > .row {
  flex-flow: row wrap;
  display: flex;
}
#getUxUi .section_five {
  padding-bottom: 83px;
}
#getUxUi .section_five .bg_section_five {
  padding: 52px 54px;
  background-color: #3A4F57;
  background-image: url("/images/services/services-ux/Vector_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
#getUxUi .section_five .bg_section_five .title {
  font-size: 34px;
  color: #3CBE7A;
  margin-bottom: 42px;
}
#getUxUi .section_five .bg_section_five > :nth-child(2) {
  margin-bottom: 27px;
}
#getUxUi .section_five .bg_section_five .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#getUxUi .section_five .bg_section_five .content .lines {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#getUxUi .section_five .bg_section_five .content .images {
  min-width: 50px;
  height: 50px;
  background-color: #F3F3F3;
  border-radius: 50%;
  position: relative;
}
#getUxUi .section_five .bg_section_five .content .images img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#getUxUi .section_five .bg_section_five .content h4 {
  margin-left: 30px;
}
#getUxUi .section_five .bg_section_five .content .green_button {
  width: 195px;
  text-align: center;
  padding: 14px 0px;
  color: #F3F3F3;
  font-size: 19px;
  display: block;
}
#getUxUi .section_five .bg_section_five .content .green_button:hover {
  color: #3cbe7a;
}
#getUxUi .section_five .bg_section_five .content .button_green_border {
  border: 1px solid #3CBE7A;
  width: 195px;
  text-align: center;
  padding: 14px 0px;
  color: #f3f3f3;
  font-size: 19px;
  font-weight: 700;
  display: block;
}
#getUxUi .section_five .bg_section_five .content .button_green_border:hover {
  background-color: #3CBE7A;
  cursor: pointer;
}

.services-section .first-section {
  background-color: #37464c;
  margin-left: 0px;
  margin-right: 0px;
}
.services-section .first-section .title {
  color: #2197ce;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
  padding: 0px 15px;
  margin-top: 40px;
}
.services-section .first-section > div {
  text-align: center;
}
.services-section .first-section > div .class-h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.services-section .first-section > div p {
  font-size: 14px;
  line-height: 22px;
}
.services-section .first-section > div .img-container {
  margin: auto;
  width: 110px;
  height: 110px;
}
.services-section .second-section {
  background-image: url("/images/services/2.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.services-section .second-section .head p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
}
.services-section .second-section .head .class-h1.subtitle-second-section {
  color: #fff;
  padding: 30px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.services-section .second-section .img-container {
  margin-top: 50px;
}
.services-section .third-section {
  position: relative;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -20px;
}
.services-section .third-section .col-1 {
  background-color: #314046;
}
.services-section .third-section .col-1 .panel-container {
  background-color: #314046;
}
.services-section .third-section .col-1 .arrow-box {
  background: #314046;
}
.services-section .third-section .col-1 .arrow-box:after {
  border-color: rgba(55, 70, 76, 0);
  border-top-color: #314046;
}
.services-section .third-section .col-2 {
  background-color: #2a383d;
}
.services-section .third-section .col-2 .panel-container {
  background-color: #2a383d;
}
.services-section .third-section .col-2 .arrow-box {
  background: #2a383d;
}
.services-section .third-section .col-2 .arrow-box:after {
  border-color: rgba(42, 56, 61, 0);
  border-top-color: #2a383d;
}
.services-section .third-section .col-3 {
  background-color: #222e32;
}
.services-section .third-section .col-3 .panel-container {
  background-color: #222e32;
}
.services-section .third-section .col-3 .arrow-box {
  background: #222e32;
}
.services-section .third-section .col-3 .arrow-box:after {
  border-color: rgba(34, 46, 50, 0);
  border-top-color: #222e32;
}
.services-section .third-section .col-4 {
  background-color: #1a2528;
}
.services-section .third-section .col-4 .panel-container {
  background-color: #1a2528;
}
.services-section .third-section .col-4 .arrow-box {
  background: #1a2528;
}
.services-section .third-section .col-4 .arrow-box:after {
  border-color: rgba(26, 37, 40, 0);
  border-top-color: #1a2528;
}
.services-section .third-section > div {
  padding: 0px;
  min-height: 820px;
  position: relative;
}
.services-section .third-section > div .number-col {
  position: absolute;
  top: 60px;
  left: 100px;
  z-index: 2;
  transition: transform 800ms;
}
.services-section .third-section > div .number-col.one {
  left: 70px;
}
.services-section .third-section > div .number-col.three {
  left: 80px;
}
.services-section .third-section > div .number-col.four {
  left: 89px;
}
.services-section .third-section > div .number-col .class-p {
  font-size: 132px;
  font-weight: 700;
  color: #2197ce;
  margin-bottom: -25px;
  margin-top: 90px;
  height: 80px;
}
.services-section .third-section > div .number-col .class-h2 {
  font-size: 19px;
  font-weight: 700;
  color: #eee;
  margin-top: 20px;
  margin-bottom: 10px;
}
.services-section .third-section img {
  position: absolute;
  right: -60px;
  top: 95px;
  width: 40%;
  z-index: 2;
}
.services-section .third-section img.img-check {
  width: auto;
  position: relative;
  top: 0px;
  right: 8px;
  display: inline-block;
  float: left;
}
.services-section .third-section .p-body {
  padding-top: 20px;
  float: left;
}
.services-section .third-section .panel-container {
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 10;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 150px;
}
.services-section .third-section .panel-container .p-body .img-check {
  top: 0px;
}
.services-section .third-section .panel-container .text-container {
  margin-top: 30px;
  border-bottom: 1px solid #525F65;
}
.services-section .third-section .panel-container .text-container .panel-box {
  overflow: hidden;
  max-height: 47px;
  min-height: 47px;
  transition: max-height 0.5s;
}
.services-section .third-section .panel-container .text-container .panel-box a {
  text-decoration: none;
}
.services-section .third-section .panel-container .text-container .panel-box .p-heading h4 {
  color: #8b9ea6;
  font-size: 14px;
  font-weight: 700;
}
.services-section .third-section .panel-container .text-container .panel-box .p-body {
  height: 75px;
  padding: 5px 50px 150px 50px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}
.services-section .third-section .panel-container .text-container .panel-box:hover {
  max-height: 125px;
}
.services-section .third-section .panel-container .text-container .panel-box:hover .p-body {
  opacity: 1;
}
.services-section .third-section .panel-container .text-container:first-child {
  margin-top: 0px;
  border-top: 1px solid #525F65;
}
.services-section .third-section .panel-container .text-container:first-child .panel-box {
  max-height: 77px;
  min-height: 77px;
}
.services-section .third-section .panel-container .text-container:first-child .panel-box .p-heading {
  margin-top: 30px;
}
.services-section .third-section .panel-container .text-container:first-child .panel-box:hover {
  max-height: 155px;
}
.services-section .third-section .panel-container .text-container:first-child .panel-box:hover .p-body {
  opacity: 1;
}

.title-services .class-p {
  padding-top: 15px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.lang-en .services-section .third-section > div .number-col.two {
  left: 21px;
}
.lang-en .services-section .third-section .p-body {
  padding-left: 30px;
  padding-right: 10px;
}
.lang-en .services-section .third-section .panel-container .text-container .panel-box:hover {
  max-height: 180px;
}
.lang-en .services-section .third-section .panel-container .text-container .panel-box .p-body {
  padding: 0px 43px 118px 43px;
}
.lang-en .services-section .third-section .number-four .panel-container .text-container .panel-box:hover {
  max-height: 150px;
}

.lang-de .services-section .first-section .class-h2 {
  padding-left: 5px;
  padding-right: 5px;
}
.lang-de .services-section .third-section > div .number-col.two {
  left: 60px;
}
.lang-de .services-section .third-section .p-body {
  padding-left: 20px;
}
.lang-de .services-section .third-section .panel-container .text-container .panel-box:hover {
  max-height: 200px;
}
.lang-de .services-section .third-section .panel-container .text-container .panel-box .p-body {
  padding: 0px 43px 158px 43px;
}
.lang-de .services-section .third-section .number-four .panel-container .text-container .panel-box:hover {
  max-height: 170px;
}

@media (min-width: 1200px) {
  .services-section .first-section > div {
    padding: 60px 50px 70px 50px;
  }
  .services-section .second-section > .row {
    margin-left: 90px;
    margin-right: 90px;
  }
  .services-section .second-section > .row > div {
    padding: 40px 30px 0px 30px;
  }
  .services-section .second-section > .row:last-child {
    padding-bottom: 60px;
  }
  .services-section .third-section > h2 {
    position: absolute;
    z-index: 1;
    width: 70%;
    left: 170px;
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-section .first-section > div {
    padding: 60px 40px;
  }
  .services-section .second-section > .row {
    margin-left: 40px;
    margin-right: 40px;
  }
  .services-section .second-section > .row > div {
    padding: 20px 30px 30px 30px;
  }
  .services-section .second-section > .row:last-child {
    padding-bottom: 50px;
  }
  .services-section .third-section > div .number-col {
    left: 80px;
  }
  .services-section .third-section > div .panel-container .text-container .panel-box .p-body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .services-section .third-section > div img {
    right: -37px;
    width: 30%;
  }
  .services-section .third-section > h2 {
    position: absolute;
    z-index: 1;
    width: 70%;
    left: 142px;
    top: 30px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  #getUxUi .first_row .lines .dot {
    width: 35px;
  }
  #getUxUi .first_row .lines .dot.dot-before {
    margin-left: 54px;
  }
  #getUxUi .connection_1 .dot {
    width: 270px;
  }
  #getUxUi .section_one .steps .line {
    margin-left: -60px;
  }
  #getUxUi .section_two .col-md-8 .image_2, #getUxUi .section_two .col-md-8 .image_3 {
    width: 90%;
  }
  #getUxUi .section_two .col-md-8 .image_1 {
    width: 100%;
  }
  #getUxUi .section_four .row .first_col .green_button {
    font-size: 13px;
  }
}
@media (min-width: 100px) and (max-width: 1200px) {
  #getUxUi .getUxUi_design .row_1 .hide_desktop, #getUxUi .getUxUi_design .row_2 .hide_desktop, #getUxUi .getUxUi_design .row_3 .hide_desktop {
    padding-right: 15px;
    padding-left: 15px;
  }
  #getUxUi .section_four .row .first_col {
    padding: 20px 23px 40px 23px;
  }
  #getUxUi .section_four .row .first_col .images {
    margin-bottom: 10px;
  }
  #getUxUi .section_four .row .first_col .description {
    margin-bottom: 25px;
  }
  #getUxUi .section_four .image_card img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #getUxUi .getUxUi_design {
    padding-bottom: 7px;
  }
  #getUxUi .section_four .row .first_col .green_button {
    font-size: 13px;
  }
  #getUxUi .section_four .row .bg-first-col {
    background-image: url("/images/services/services-ux/Vector_2.png");
  }
  #getUxUi .section_four .hide_mobile {
    display: none;
  }
  #getUxUi .section_four .hide_desktop {
    margin-top: 32px;
  }
  #getUxUi .section_four .image_card {
    padding: 0;
  }
  #getUxUi .section_four .image_card .row > div:first-child {
    padding-left: 0;
  }
  #getUxUi .section_four .image_card .row > div:last-child {
    padding-right: 0;
  }
  #getUxUi .section_one .connection_1 .dot {
    width: 250px;
  }
  #getUxUi .section_one .steps .hide_mobile {
    display: none;
  }
  #getUxUi .section_one .steps .step_3 {
    margin: 0;
  }
  #getUxUi .section_one .steps .connection_3.col-xs-12 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #getUxUi .section_one .steps .connection_3.col-xs-12 .dot {
    width: 10px;
    height: 62px;
    border-left-width: 1px;
    border-bottom-width: 0px;
  }
  #getUxUi .section_one .steps .connection_3.col-xs-12 .dot-before::before {
    left: -6px;
    right: unset;
    top: -20px;
  }
  #getUxUi .section_one .steps .line {
    display: none;
  }
  #getUxUi .section_one .steps .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #getUxUi .section_one .steps .step_1 .content, #getUxUi .section_one .steps .step_2 .content, #getUxUi .section_one .steps .step_3 .content {
    background-size: auto, cover;
  }
  #getUxUi .section_one .first_row .images {
    width: -moz-fit-content;
    width: fit-content;
  }
  #getUxUi .section_one .first_row .images img {
    width: 138px;
  }
  #getUxUi .section_one .first_row .lines .dot {
    width: 35px;
  }
  #getUxUi .section_one .first_row .lines .dot-before {
    margin-left: 54px;
  }
  #getUxUi .section_three .image_1 {
    width: 100%;
  }
  #getUxUi .section_five {
    padding-bottom: 32px;
  }

  .services-section .first-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-section .first-section > div {
    padding-top: 50px;
  }
  .services-section .first-section > div:last-child {
    padding-bottom: 80px;
  }
  .services-section .first-section h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .services-section .first-section p {
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .services-section .second-section {
    background-size: auto 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-section .second-section .head > div {
    padding-top: 20px;
  }
  .services-section .second-section .head p {
    font-size: 18px;
    line-height: 24px;
  }
  .services-section .second-section > .row:last-child {
    padding-bottom: 30px;
  }
  .services-section .third-section {
    padding-bottom: 41px;
    margin-bottom: 19px;
    margin-top: -50px;
  }
  .services-section .third-section > div {
    min-height: auto;
  }
  .services-section .third-section > div img {
    display: none;
  }
  .services-section .third-section > div .number-col {
    position: static;
  }
  .services-section .third-section > div .panel-container {
    position: static;
    margin: 0px;
  }
  .services-section .third-section > div .panel-container .text-container .panel-box .p-body,
.services-section .third-section > div .panel-container .text-container .panel-box .p-heading h4 {
    font-size: 15px;
    line-height: 18px;
  }
  .services-section .third-section > div .panel-container .text-container .panel-box:hover {
    max-height: 140px;
  }
  .services-section .third-section > h2 {
    padding: 40px 15px 60px 15px;
    margin: 0px;
    background-color: #37464c;
  }
  .services-section .darker-background .title-second-services {
    padding: 8px 20px;
  }

  #getDevs .button-adjust-a {
    padding-bottom: 50px;
    margin-top: -40px;
  }
  #getDevs.services-section .first-section > div:last-child {
    padding-bottom: 50px;
    padding-top: 10px;
  }
  #getDevs.services-section .third-section {
    padding-bottom: 0px;
    margin-bottom: -20px;
  }
  #getDevs.services-section .third-section > div {
    height: 300px;
  }
  #getDevs.services-section .third-section .button-services-first {
    margin-top: -160px;
  }

  #getSoftware.services-section .third-section > div {
    min-height: auto;
  }
  #getSoftware .row.third-section {
    background-color: #1a2528;
  }
  #getSoftware .button-services-first {
    margin-top: 40px;
  }

  .services-section .second-section .head .class-h1 {
    font-size: 30px;
  }
  .services-section .third-section > div .number-col .class-h2 {
    font-size: 24px;
  }
  .services-section .third-section > div .number-col .class-p {
    padding-top: 100px;
    margin-top: -1px;
    margin-bottom: 60px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #getUxUi .row_3 > div .title_left {
    margin-top: -80px;
  }
  #getUxUi .section_four .hide_desktop {
    display: none;
  }
  #getUxUi .section_one .steps .hide_desktop {
    display: none;
  }
  #getUxUi .section_one .steps .connection_3.col-xs-12 .dot {
    width: 100%;
  }

  .services-section .second-section .s-row-header {
    margin-top: 0px;
  }
  .services-section .third-section img.img-check {
    padding-bottom: 30px;
  }

  .technology-section .section3 .black-square {
    height: 400px;
  }

  .lang-de .technology-section .fifth-section .left-side {
    min-height: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  #getUxUi .getUxUi_design .connection_2 > div:first-child .section_2 .dot {
    width: 250px;
  }
  #getUxUi .getUxUi_design .connection_2 > div:first-child .section_1 .row .dot {
    width: 125px;
  }
  #getUxUi .getUxUi_design .col-md-8 .image_2, #getUxUi .getUxUi_design .col-md-8 .image_3 {
    width: 90%;
  }
  #getUxUi .getUxUi_design .col-md-8 .image_1 {
    width: 100%;
  }
  #getUxUi .getUxUi_design .step_padding {
    padding-left: 25px;
    padding-right: 25px;
  }
  #getUxUi .articles {
    background-color: #fff;
  }
  #getUxUi .title-services-ux_3 h2 br {
    display: block;
  }

  .services-section .first-section {
    padding-left: 100px;
    padding-right: 100px;
  }
  .services-section .second-section {
    padding-left: 100px;
    padding-right: 100px;
    background-size: cover;
  }
  .services-section .third-section > h2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .subtitle-second-section {
    padding-left: 0px !important;
    padding-bottom: 10px !important;
  }

  #getUxUi .title-services-ux_3 h2 {
    font-size: 28px;
  }
  #getUxUi .getUxUi_design .title_left {
    text-align: center;
  }
  #getUxUi .getUxUi_design .title-services-ux_1 h2, #getUxUi .getUxUi_design .title-services-ux_2 h2 {
    font-size: 28px;
  }
  #getUxUi .getUxUi_design .title-services-ux_1 p, #getUxUi .getUxUi_design .title-services-ux_2 p {
    width: unset;
  }
  #getUxUi .getUxUi_design .green_button_xxl {
    font-size: 16px;
    display: block;
  }
  #getUxUi .getUxUi_design .row_1 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_1 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_1 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_3, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_3, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_3 {
    width: 100%;
  }
  #getUxUi .getUxUi_design .row_1 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_1 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_1 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_1 .hide_desktop .image_3, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_2 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_2 .hide_desktop .image_3, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_1, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_2, #getUxUi .getUxUi_design .row_3 .col-md-8 .image_3, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_1, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_2, #getUxUi .getUxUi_design .row_3 .hide_desktop .image_3 {
    margin-top: 30px;
  }
  #getUxUi .getUxUi_design .row_1 .col-sm-5 div, #getUxUi .getUxUi_design .row_2 .col-sm-5 div, #getUxUi .getUxUi_design .row_3 .col-sm-5 div {
    text-align: center;
    margin-bottom: 20px;
  }
  #getUxUi .getUxUi_design .row_1, #getUxUi .getUxUi_design .row_2 {
    padding: 0 0 46px 0;
  }
  #getUxUi .getUxUi_design .row_1 .col-sm-7.col-md-8.col-lg-8 {
    padding-left: 7px;
    padding-right: 7px;
  }
  #getUxUi .getUxUi_design .row_2 .col-sm-7.col-md-8.col-lg-8 {
    display: none;
  }
  #getUxUi .getUxUi_design .row_2 .image_2 {
    border-radius: 10px;
  }
  #getUxUi .getUxUi_design .row_3 {
    padding: 0;
  }
  #getUxUi .getUxUi_design .connection_2 .section_1 .dot {
    width: 120px;
  }
  #getUxUi .getUxUi_design .connection_2 .section_2 .dot {
    width: 240px;
  }
  #getUxUi .getUxUi_design .steps .step_3 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #getUxUi .section_one {
    padding-left: 15px;
    padding-right: 15px;
  }
  #getUxUi .section_one > div {
    margin-bottom: 0;
  }
  #getUxUi .section_two {
    padding-top: 0;
  }
  #getUxUi .section_two .description, #getUxUi .section_two .green_button {
    text-align: center;
  }
  #getUxUi .section_three > .row {
    margin-top: 30px;
  }
  #getUxUi .section_three .step_padding {
    text-align: center;
  }
  #getUxUi .section_three .row_1 {
    margin-top: 31px;
  }
  #getUxUi .section_three .row .center_image {
    margin-bottom: 0;
  }
  #getUxUi .section_three .row .center_image img {
    margin-top: 22px;
    margin-bottom: 20px;
  }
  #getUxUi .section_three .row .button {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #getUxUi .section_three .power_up_steps {
    margin: auto;
  }
  #getUxUi .section_four .bg-first-col .first_col .images {
    padding: 7px;
  }
  #getUxUi .section_four .bg-first-col .first_col .images img {
    width: 20px;
    height: 20px;
  }
  #getUxUi .section_four .title-services-ux_1 {
    margin-bottom: 33px;
  }
  #getUxUi .section_four .row .first_col .button_margin {
    margin-top: 45px;
  }
  #getUxUi .section_five .bg_section_five {
    padding: 8px 52px 29px 52px;
  }
  #getUxUi .section_five .bg_section_five > :nth-child(2) {
    margin-bottom: 45px;
  }
  #getUxUi .section_five .bg_section_five .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 33px;
  }
  #getUxUi .section_five .bg_section_five .content {
    display: block;
  }
  #getUxUi .section_five .bg_section_five .content .lines {
    display: block;
  }
  #getUxUi .section_five .bg_section_five .content .lines .images {
    width: 50px;
    margin: auto;
  }
  #getUxUi .section_five .bg_section_five .content .lines h4 {
    padding-bottom: 6px;
    margin-left: 0;
    text-align: center;
  }
  #getUxUi .section_five .bg_section_five .content .green_button {
    margin: auto;
    width: 145px;
    font-size: 13px;
  }
  #getUxUi .section_five .bg_section_five .content .button_green_border {
    margin: auto;
    width: 145px;
    font-size: 13px;
  }
  #getUxUi .jobs-blog h2.class-h1 {
    font-size: 20px;
  }
  #getUxUi .final-step .row {
    display: block;
    align-items: unset;
  }
  #getUxUi .final-step_button {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #getUxUi .final-step_button .green_button_xxl {
    font-size: 16px;
    display: block;
    text-align: center;
  }

  #getDevs .getSoftwareSection .hide_mobile, #getUxUi .getSoftwareSection .hide_mobile, #getSoftware .getSoftwareSection .hide_mobile {
    display: none;
  }
  #getDevs .getSoftwareSection.ai-services-padding, #getUxUi .getSoftwareSection.ai-services-padding, #getSoftware .getSoftwareSection.ai-services-padding {
    padding-bottom: 0;
  }
  #getDevs .button-tabs, #getUxUi .button-tabs, #getSoftware .button-tabs {
    display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: center;
    align-items: center;
    width: unset;
    margin-left: 0;
    margin-right: 0;
  }

  .services .button-tabs:active {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .title-services {
    clear: both;
  }

  .services-section .first-section .class-h2 {
    clear: both;
    padding-top: 30px;
  }
  .services-section .first-section .title {
    text-align: left;
    font-size: 30px;
    margin-top: 30px;
  }
  .services-section .first-section .title br {
    display: none;
  }
  .services-section .first-section > div {
    padding-top: 40px;
  }
  .services-section .first-section > div p.class-h5 {
    text-align: center;
    font-size: 14px;
  }
  .services-section .first-section > div .class-h1 {
    text-align: left;
    font-size: 20px;
  }
  .services-section .first-section > div p {
    text-align: left;
    font-size: 15px;
  }
  .services-section .first-section > div .img-container {
    width: 120px;
    height: 120px;
  }
  .services-section .second-section {
    text-align: left;
  }
  .services-section .second-section .row.head br {
    display: none;
  }
  .services-section .second-section .row.head .class-h1.subtitle-second-section {
    text-align: left;
    font-size: 20px;
  }
  .services-section .second-section .row.head > div {
    padding-top: 10px;
  }
  .services-section .second-section .row.head p {
    font-size: 15px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
  .services-section .third-section > h2 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
  }
  .services-section .third-section > div .number-col .class-p {
    padding-top: 70px;
    margin-top: -1px;
    margin-bottom: 60px;
  }
  .services-section .third-section > div .panel-container {
    margin: -1px;
  }
  .services-section .third-section > div .panel-container .text-container .panel-box .p-body {
    padding: 0px 55px 160px 55px;
  }
  .services-section .control-hide {
    display: none;
  }

  #getDevs.services-section .third-section > div {
    height: 240px;
  }
  #getDevs.services-section .third-section > div.adjust-resp {
    height: 320px;
  }
  #getDevs.services-section .third-section .sect-technical-lead {
    height: 195px;
    margin-top: -30px;
  }
}
#getDevs .devs-section-header {
  background-color: #37464C;
  text-align: center;
  padding: 50px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  #getDevs .devs-section-header {
    padding: 50px 30px 40px;
  }
}
#getDevs .devs-section-header .section-title {
  margin: 0;
  font-size: 41px;
  line-height: 45.1px;
  font-weight: 600;
  color: #3CBE7A;
}
@media (max-width: 767px) {
  #getDevs .devs-section-header .section-title {
    font-size: 30px;
    line-height: 30px;
  }
}
#getDevs .devs-section-header .section-description {
  margin: 0;
  max-width: 561px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #getDevs .devs-section-header .section-description br {
    display: none;
  }
}

@media (min-width: 768px) {
  #getUxUi .section_three .row {
    margin-bottom: 50px;
  }
  #getUxUi .section_four .title-services-ux_1 h2 {
    margin-top: 40px;
  }
  #getUxUi .row_2 .hide_desktop {
    display: none;
  }
  #getUxUi .row_1, #getUxUi .row_2, #getUxUi .row_3 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 651px) {
  .hide_line_3 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .custom-br {
    display: none;
  }
}
@media (max-width: 650px) {
  #getUxUi .dot-after-2::after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: -5px;
    margin-top: 4px;
    width: 10px;
    height: 10px;
    background: #72D2FF;
    clip-path: circle(40%);
  }
  #getUxUi .hide_mobile {
    display: none;
  }
  #getUxUi .section_one .connection_1 {
    width: initial;
    margin-right: 200px;
    margin-left: 70px;
    display: flex;
  }
  #getUxUi .section_one .connection_1 .dot {
    width: 50%;
  }
  #getUxUi .section_one .connection_1 .dot-after {
    border-right: 0px;
  }
  #getUxUi .section_one .connection_1 .dot-after::after {
    top: -9px;
  }
  #getUxUi .section_one .first_row {
    width: 95%;
    display: block;
    position: relative;
  }
  #getUxUi .section_one .first_row .images img {
    width: 180px;
  }
  #getUxUi .section_one .first_row .img_3 {
    position: absolute;
    right: 0px;
    top: -90px;
  }
  #getUxUi .section_one .first_row .img_2 {
    position: absolute;
    bottom: 0;
    right: 25%;
  }
  #getUxUi .section_one .first_row .line_1 {
    position: absolute;
    top: 10%;
    left: 185px;
    margin-top: 0;
  }
  #getUxUi .section_one .first_row .line_1 .dot {
    border-left-width: 0px;
    border-right-width: 1px;
    margin-left: 20px;
    width: 100px;
  }
  #getUxUi .section_one .first_row .line_1 .dot-before::before {
    left: -15px;
    right: unset;
  }
  #getUxUi .section_one .first_row .line_1 .dot-after {
    border-bottom-width: 0px;
  }
  #getUxUi .section_one .first_row .line_1 .dot-after::after {
    left: unset;
    right: -6px;
    bottom: -15px;
  }
  #getUxUi .section_one .first_row .line_2 {
    margin-bottom: 25px;
  }
  #getUxUi .section_one .first_row .line_2 .dot {
    margin-left: 70px;
    margin-right: calc(25% + 210px);
    width: auto;
    height: 85px;
  }
  #getUxUi .section_one .first_row .line_2 .dot-before {
    border-top-width: 0px;
    border-bottom-width: 1px;
  }
  #getUxUi .section_one .first_row .line_2 .dot-after {
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }
  #getUxUi .section_one .first_row .line_2 .dot-after::after {
    bottom: -15px;
    left: -5px;
  }
  #getUxUi .section_one .first_row .line_2 .dot-before::before {
    top: -20px;
    left: -5px;
  }
  #getUxUi .section_one .first_row .line_3 {
    position: absolute;
    bottom: 24%;
    right: 0;
    width: inherit;
  }
  #getUxUi .section_one .first_row .line_3 .dot {
    width: initial;
    margin-left: 79%;
  }
  #getUxUi .getUxUi_design .steps {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  #getUxUi .final-step .content .ufo_list .list_2 {
    margin-left: 0;
    padding-left: 20px;
  }
  #getUxUi .section_one .first_row .images img {
    width: 142px;
  }
  #getUxUi .section_one .first_row .line_1 {
    left: 145px;
    top: 13%;
  }
  #getUxUi .section_one .first_row .line_1 .dot {
    width: 120px;
  }
  #getUxUi .section_one .first_row .line_2 .dot {
    margin-right: calc(25% + 165px);
  }
  #getUxUi .section_one .first_row .line_3 {
    bottom: 30%;
  }
  #getUxUi .section_one .connection_1 {
    margin-right: 155px;
  }
}
@media (max-width: 500px) {
  #getUxUi .getUxUi_design {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  #getUxUi .getUxUi_design .title-services-ux_1 {
    padding: 0 14px 0 14px;
    text-align: left;
  }
  #getUxUi .getUxUi_design .first_row .line_1 {
    top: 25%;
  }
  #getUxUi .getUxUi_design .first_row .line_1 .dot {
    width: 70px;
    height: 45px;
  }
  #getUxUi .getUxUi_design .first_row .line_3 .dot {
    width: initial;
    margin-left: 80%;
  }
  #getUxUi .getUxUi_design .title-services-ux_2 {
    padding-left: 25px;
    padding-right: 25px;
  }
  #getUxUi .section_three .image_1 {
    padding-right: 15px;
  }
  #getUxUi .section_three .row .button {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    margin-top: 15px;
  }
  #getUxUi .section_four {
    margin-top: 45px;
  }
  #getUxUi .section_four .row .first_col .button_margin {
    margin-top: 45px;
  }
  #getUxUi .section_four .image_card .row > div:first-child {
    padding-left: 15px;
    padding-right: 7px;
  }
  #getUxUi .section_four .image_card .row > div:last-child {
    padding-right: 15px;
    padding-left: 7px;
  }
  #getUxUi .section_four .image_card .row img:first-child {
    margin-bottom: 18px;
  }
  #getUxUi .section_four .hide_desktop {
    padding-left: 15px;
    padding-right: 15px;
  }
  #getUxUi .section_five .bg_section_five {
    padding: 8px 32px 29px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #getUxUi .title-services-ux_3 {
    padding: 25px 0;
  }
  #getUxUi .final-step {
    padding: 25px 0;
  }
  #getUxUi .final-step .content .ufo_list {
    display: block;
    margin-left: 15px;
  }
  #getUxUi .final-step .content .ufo_list .list_1 {
    padding-left: 10px;
  }
  #getUxUi .final-step .content .ufo_list .list_2 {
    margin-left: 0;
    padding-left: 10px;
  }
  #getUxUi .ufo {
    padding-bottom: 40px;
  }
}
@media (max-width: 400px) {
  #getUxUi .getUxUi_design .first_row .line_1 {
    top: 25%;
  }
  #getUxUi .getUxUi_design .first_row .line_1 .dot {
    height: 35px;
    width: 50px;
  }
  #getUxUi .getUxUi_design .first_row .line_2 .dot {
    margin-left: 40px;
    height: 75px;
  }
  #getUxUi .getUxUi_design .first_row .line_3 .dot {
    height: 70px;
  }
  #getUxUi .getUxUi_design .green_button_xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section_three {
    margin-top: 40px;
  }
}
/*
 ===================================================
    TECHNOLOGY PAGE SECTION
 ===================================================
*/
.technology-section {
  text-align: center;
}
.technology-section#getMobile .button-tabs {
  width: 450px;
}
.technology-section#getMobile .fifth-section {
  margin-left: -60px;
  margin-right: -60px;
}
.technology-section .first-section {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #37464C;
  padding-bottom: 60px;
  padding-top: 10px;
}
.technology-section .first-section div {
  padding-left: 100px;
  padding-right: 100px;
}
.technology-section .first-section .class-h4 {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 18px;
  margin-top: 10px;
}
.technology-section .first-section img {
  padding-bottom: 0;
  width: 100px;
  height: 95px;
  transform: scale(0.7);
}
.technology-section .second-section {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #37464c;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url("/images/technology/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -80px;
}
.technology-section .second-section .class-h3 {
  margin-bottom: 35px;
}
.technology-section .second-section h3 {
  margin-bottom: 35px;
}
.technology-section .third-section {
  background-color: #37464C;
  padding-bottom: 80px;
  padding-top: 40px;
}
.technology-section .third-section .title {
  margin-bottom: 35px;
  color: #3CBE7A;
}
.technology-section .third-section .column .card:hover {
  background-color: #2197CE;
}
.technology-section .third-section .column .card:hover .title {
  color: white;
}
.technology-section .third-section .container-cards {
  padding-left: 60px;
  padding-right: 60px;
}
.technology-section .third-section .container-cards .title {
  margin-bottom: 35px;
}
.technology-section .third-section ul {
  list-style-type: none;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
}
.technology-section .third-section ul hr {
  border-color: rgba(243, 243, 243, 0.2);
}
.technology-section .third-section .column .card {
  background-color: #2A383D;
  width: 312px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.technology-section .third-section .tall-stack.column .card {
  width: auto;
}
.technology-section .third-section .tall-stack.column .card ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.technology-section .third-section .tall-stack.column .card ul .title_tall-stack {
  font-size: 18px;
  color: #3cbe7a;
}
.technology-section .third-section .tall-stack.column .card ul hr, .technology-section .third-section .tall-stack.column .card ul br {
  display: none;
}
.technology-section .third-section .tall-stack.column .card:hover .title_tall-stack {
  color: #fff;
}
.technology-section .fourth-section {
  background-color: #37464C;
}
.technology-section .fourth-section .title {
  margin-bottom: 35px;
  color: #3CBE7A;
}
.technology-section .fourth-section .row .column {
  padding: 50px 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.technology-section .fourth-section .row .column img {
  padding-bottom: 15px;
}
.technology-section .fourth-section .row .column .class-h4, .technology-section .fourth-section .row .column img {
  padding-bottom: 15px;
}
.technology-section .fourth-section .content {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 0px;
}
.technology-section .fourth-section .content .col-md-12 {
  padding-bottom: 50px;
}
.technology-section .fourth-section .content img {
  width: 70px;
  height: 70px;
}
.technology-section .fourth-section #docker {
  border: 1px solid rgba(33, 151, 206, 0.55);
  opacity: 0.9;
}
.technology-section .fourth-section #kubernetes {
  border-top: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section #kubernetes img {
  height: 90px;
  width: auto;
  margin-top: -20px;
}
.technology-section .fourth-section #nginx {
  border-top: 1px solid rgba(33, 151, 206, 0.55);
  border-right: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section #apache {
  border-bottom: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section #redis {
  border-bottom: 1px solid rgba(33, 151, 206, 0.55);
  border-right: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section #mysql {
  border-bottom: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section #node {
  border-bottom: 1px solid rgba(33, 151, 206, 0.55);
  border-left: 1px solid rgba(33, 151, 206, 0.55);
}
.technology-section .fourth-section .fifth-side .col-md-12 {
  padding-bottom: 10px;
}
.technology-section .fourth-section .fifth-side img {
  width: 80px;
  height: 80px;
}
.technology-section .fourth-section .left-side {
  background-color: #2A383D;
}
.technology-section .fourth-section .right-side {
  background-color: #222E32;
}
.technology-section .fourth-section img {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}
.technology-section .fourth-section .container-star {
  margin-top: 200px;
  padding-left: 80px;
  padding-right: 80px;
}
.technology-section .fifth-section .class-h4 {
  padding-bottom: 15px;
}
.technology-section .fifth-section .class-h5 {
  padding-left: 50px;
  padding-right: 50px;
}
.technology-section .fifth-section .container-constellation, .technology-section .fifth-section .container-star {
  margin-top: 200px;
  padding-left: 80px;
  padding-right: 80px;
}
.technology-section .fifth-section .container-constellation img, .technology-section .fifth-section .container-star img {
  height: 90px;
  margin-bottom: 15px;
}
.technology-section .fifth-section .row {
  margin-left: 0px;
  margin-right: 0px;
}
.technology-section .fifth-section .left-side {
  min-height: 640px;
  background-color: #2a383d;
}
.technology-section .fifth-section .right-side {
  min-height: 640px;
  background-color: #222e32;
}
.technology-section .title-fifth-section {
  margin-top: 140px;
  position: sticky;
  margin-bottom: -130px;
  z-index: 1;
}
.technology-section .getMobile {
  padding-left: 60px;
  padding-right: 60px;
}
.technology-section .background-blue {
  opacity: 0.85;
}
.technology-section .background-blue .head {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
}
.technology-section .slider-container {
  height: auto;
}
.technology-section .slider-container .bx-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0px;
  box-shadow: none;
  border-radius: 5px;
}
.technology-section .capsule {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.technology-section .bx-wrapper {
  height: 470px;
}
.technology-section .bx-wrapper .bx-controls-direction a {
  top: 94.5%;
  z-index: 995 !important;
}
.technology-section .central-image {
  transform: scale(0.9);
  padding-top: 50px;
  padding-bottom: 50px;
}
.technology-section .bxslider-clients .quote {
  margin: auto;
}
.technology-section .active-buttons {
  background-color: #3CBE7A;
}
.technology-section .button-tabs:hover {
  background-color: #3CBE7A;
}
.technology-section .button-tabs.right {
  padding-bottom: 11px;
}
.technology-section .button-tabs img {
  margin-top: -4px;
  margin-right: 5px;
}
.technology-section .slider-adjust {
  margin-left: -10px;
}
.technology-section .title-slide {
  margin-top: 10px;
}
.technology-section .img-slider {
  margin-left: 54px;
  margin-top: 10px;
}
.technology-section #apple {
  transform: scale(0.7);
  padding-top: 50px;
}
.technology-section #android {
  transform: scale(0.7);
  padding-top: 60px;
}
.technology-section #obj {
  transform: scale(0.8);
  padding-top: 11px;
  padding-left: 50px;
}
.technology-section #java {
  transform: scale(0.7);
  padding-top: 0px;
  padding-left: 50px;
}
.technology-section #kotlin {
  transform: scale(0.7);
  padding-top: 11px;
  padding-left: 50px;
}
.technology-section #swift {
  transform: scale(0.8);
  padding-left: 50px;
}
.technology-section .section3 {
  margin-bottom: 20px;
  padding-top: 0px;
}
.technology-section .section3 .black-square {
  background-color: #2A383D;
  width: auto;
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
}
.technology-section .section3 #triangle {
  transform: scale(0.8);
  position: absolute;
  margin-top: 100px;
  margin-left: 25px;
}
.technology-section .section3 .adjust-container.java {
  padding-bottom: 10px;
}
.technology-section .section3 #triangle-right {
  transform: scale(0.8);
  position: absolute;
  margin-top: 100px;
  margin-left: -72px;
}
.technology-section .section3 .adjust-container {
  padding-top: 20px;
}

.tehnology-section-capsule-text {
  line-height: 22px;
}

.laravel-certified-section {
  background-color: #37464c;
  padding-bottom: 50px;
}
.laravel-certified-section .row {
  background-color: #2a383d;
  border-radius: 15px;
  padding: 40px 20px;
  margin: 0 60px;
  display: flex;
  align-items: center;
}
.laravel-certified-section .row img {
  width: auto;
  height: auto;
}
.laravel-certified-section .row div h3 {
  margin-top: 0;
}
.laravel-certified-section .row div h5 {
  padding-bottom: 30px;
}
.laravel-certified-section .row div p {
  clear: both;
}
.laravel-certified-section .row div p img {
  margin-right: 10px;
  float: left;
}
.laravel-certified-section .row div.col-left {
  padding-left: 80px;
  padding-right: 80px;
}
.laravel-certified-section .row div.col-left .btn-constellation {
  margin-top: 25px;
  margin-bottom: 0;
}
.laravel-certified-section .row div.col-right {
  border-left: 2px solid #3E5259;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}

.lang-en .technology-section .section3 .adjust-container {
  padding-bottom: 20px;
}

.lang-de .technology-section .section3 .adjust-container {
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .tall-stack {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tall-stack .card {
    margin-right: 20px !important;
  }

  .technology-section .first-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .technology-section .section3 .black-square {
    height: 390px;
  }

  .lang-de .technology-section .fifth-section .left-side {
    min-height: 640px;
  }
}
@media (max-width: 1199px) {
  .technology-section .bx-wrapper {
    height: 395px;
  }
  .technology-section .section3 {
    padding-top: 30px;
  }
  .technology-section .section3 #triangle {
    margin-left: 5px;
  }
  .technology-section .section3 #triangle-right {
    margin-left: -54px;
  }
  .technology-section #obj {
    padding-left: 0px;
  }
  .technology-section #swift {
    padding-left: 0px;
  }
  .technology-section .first-section div {
    padding-left: 90px;
    padding-right: 90px;
  }
  .technology-section .third-section {
    padding-bottom: 83px;
  }
  .technology-section .third-section .column .card {
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }
  .technology-section .third-section ul {
    padding-left: 40px;
    padding-right: 40px;
  }
  .technology-section .fifth-section .row {
    margin-top: -2px;
  }
  .technology-section .fifth-section .container-star {
    padding-left: 50px;
    padding-right: 50px;
  }
  .technology-section .fifth-section .container-constellation {
    padding-left: 50px;
    padding-right: 50px;
  }

  .laravel-certified-section .row {
    margin: 0 30px;
  }
  .laravel-certified-section .row div.col-left {
    padding-left: 10px;
    padding-right: 20px;
  }
  .laravel-certified-section .row div.col-right {
    padding-left: 40px;
    padding-right: 20px;
  }
  .laravel-certified-section:before {
    margin: -35px 0 0 -300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .technology-section .first-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .technology-section .first-section img {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .technology-section .first-section {
    padding-left: 100px;
    padding-right: 100px;
  }
  .technology-section .section3 .black-square {
    height: 430px;
  }
}
@media (min-width: 992px) {
  .technology-section .third-section .backend ul {
    display: flex;
  }
  .technology-section .third-section .backend ul li {
    flex-basis: 50%;
  }
  .technology-section .third-section .backend ul li:first-child {
    border-right: 1px solid rgba(242, 242, 242, 0.2);
  }
  .technology-section .third-section .backend ul hr {
    display: none;
  }
}
@media (max-width: 991px) {
  .technology-section .first-section {
    padding: 40px 120px 30px 120px;
    background-size: auto 100%;
  }
  .technology-section .first-section div {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .technology-section .second-section {
    background-position: -390px 0px;
  }
  .technology-section .third-section {
    padding-bottom: 82px;
  }
  .technology-section .fourth-section #docker {
    border-top: 1px solid rgba(33, 151, 206, 0.55);
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: 1px solid rgba(33, 151, 206, 0.55);
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #kubernetes {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: none;
    border-top: none;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #nginx {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: none;
    border-top: none;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #apache {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: none;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #node {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: none;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #mysql {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: none;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section #redis {
    border-left: 1px solid rgba(33, 151, 206, 0.55);
    border-right: 1px solid rgba(33, 151, 206, 0.55);
    border-bottom: 1px solid rgba(33, 151, 206, 0.55);
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .technology-section .fourth-section .row .column {
    padding-right: 70px;
    padding-left: 70px;
  }
  .technology-section .fourth-section .content {
    margin-top: -1px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .technology-section .fifth-section .container-star {
    margin-top: 0px;
    padding-top: 210px;
  }
  .technology-section .fifth-section .container-constellation {
    margin-top: -1px;
    padding-top: 150px;
  }
  .technology-section .control-hide {
    display: none;
  }
  .technology-section #android {
    padding-top: 10px;
  }
  .technology-section .section3 #triangle {
    margin-left: -119px;
    transform: rotate(90deg);
    margin-top: 200px;
  }
  .technology-section .section3 #triangle-right {
    margin-left: 70px;
    transform: rotate(270deg);
    margin-top: 220px;
  }
  .technology-section .section3 .row.android {
    display: flex;
    flex-direction: column;
  }
  .technology-section .section3 .row.android .order-1 {
    order: 1;
  }
  .technology-section .section3 .row.android .order-2 {
    order: 2;
  }
  .technology-section .section2.text-left {
    padding-top: 40px;
  }
  .technology-section .section2.text-left .bx-wrapper {
    margin-bottom: 0px;
  }
  .technology-section .section2.text-left .row {
    display: flex;
    flex-direction: column;
  }
  .technology-section .section2.text-left .row .order-1 {
    order: 1;
  }
  .technology-section .section2.text-left .row .order-2 {
    order: 2;
  }
  .technology-section#getMobile #apple {
    padding-top: 10px;
  }
  .technology-section#getMobile .section3 .black-square {
    margin-top: 30px;
  }
  .technology-section#getMobile .button-tabs {
    width: 260px;
  }
  .technology-section .bx-wrapper {
    height: 575px;
  }

  .laravel-certified-section:before {
    margin: -45px 0 0 -20px;
  }
}
@media (min-width: 768px) {
  .laravel-certified-section {
    padding-top: 50px;
  }

  .technology-section .slider-container .bx-wrapper .slide1-color, .technology-section .slider-container .bx-wrapper .slide2-color, .technology-section .slider-container .bx-wrapper .slide3-color, .technology-section .slider-container .bx-wrapper .slide4-color {
    display: none;
  }
  .technology-section .slider-container .bx-wrapper div.slide1:hover .slide1-black {
    display: none;
  }
  .technology-section .slider-container .bx-wrapper div.slide1:hover .slide1-color {
    display: block;
  }
  .technology-section .slider-container .bx-wrapper div.slide2:hover .slide2-black {
    display: none;
  }
  .technology-section .slider-container .bx-wrapper div.slide2:hover .slide2-color {
    display: block;
  }
  .technology-section .slider-container .bx-wrapper div.slide3:hover .slide3-black {
    display: none;
  }
  .technology-section .slider-container .bx-wrapper div.slide3:hover .slide3-color {
    display: block;
  }
  .technology-section .slider-container .bx-wrapper div.slide4:hover .slide4-black {
    display: none;
  }
  .technology-section .slider-container .bx-wrapper div.slide4:hover .slide4-color {
    display: block;
  }
}
@media (max-width: 767px) {
  .technology-section .first-section {
    padding: 20px 30px;
  }
  .technology-section .second-section {
    padding-top: 0;
    text-align: left;
    background-position: -770px 0px;
  }
  .technology-section .third-section .container-cards {
    padding-left: 40px;
    padding-right: 40px;
  }
  .technology-section .fourth-section .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .technology-section .fifth-section .class-h5 {
    padding-left: 0;
    padding-right: 0;
  }
  .technology-section .fifth-section .row {
    margin-top: -2px;
  }
  .technology-section .fifth-section .container-constellation {
    padding-top: 70px;
  }
  .technology-section .title-slide {
    font-size: 18px;
  }
  .technology-section .bx-wrapper {
    height: auto;
  }
  .technology-section .bx-viewport {
    height: auto !important;
  }
  .technology-section .slider-container .bx-wrapper .slide1-black, .technology-section .slider-container .bx-wrapper .slide2-black, .technology-section .slider-container .bx-wrapper .slide3-black, .technology-section .slider-container .bx-wrapper .slide4-black {
    display: none;
  }
  .technology-section .slider-adjust {
    margin-left: 0px;
  }
  .technology-section .title-fifth-section {
    margin-bottom: -160px;
  }
  .technology-section .button-tabs.right {
    padding-bottom: 0px;
  }
  .technology-section .button-tabs img {
    margin-top: 0px;
    margin-right: auto;
  }
  .technology-section .section3 .black-square {
    height: 690px;
  }
  .technology-section .section3 .android .black-square {
    height: 740px;
  }
  .technology-section#getMobile .fifth-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .technology-section#getMobile .fifth-section .left-side {
    min-height: 640px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .technology-section#getMobile .fifth-section .right-side {
    min-height: 590px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .technology-section#getMobile .fifth-section .container-constellation {
    padding-top: 60px;
  }
  .technology-section#getMobile .button-tabs {
    width: 50%;
  }
  .technology-section#getMobile .title-fifth-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .technology-section#getWeb .fifth-section .right-side {
    min-height: 470px;
  }
  .technology-section#getWeb .fifth-section .left-side {
    min-height: 620px;
    padding-bottom: 50px;
  }
  .technology-section#getWeb .fifth-section .container-constellation {
    padding-top: 60px;
  }
  .technology-section #java {
    padding-left: 0px;
  }
  .technology-section #kotlin {
    padding-left: 0px;
  }
  .technology-section .getMobile {
    padding-left: 0px;
    padding-right: 0px;
  }

  .laravel-certified-section .row {
    display: block;
  }
  .laravel-certified-section .row div.col-right {
    border: none;
  }
  .laravel-certified-section .row div.col-right .btn-constellation {
    margin: 0 0 0 40px;
  }
  .laravel-certified-section .row div h3 {
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .lang-de .btn-star {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 600px) {
  .technology-section .third-section .tall-stack .card ul {
    display: block !important;
  }
  .technology-section .third-section .tall-stack .card ul .title_tall-stack {
    margin-top: 10px;
    margin-bottom: 34px;
  }
  .technology-section .third-section .tall-stack .card ul hr, .technology-section .third-section .tall-stack .card ul br {
    display: block !important;
  }
}
@media (max-width: 490px) {
  .laravel-certified-section .row {
    padding: 40px 20px;
  }
  .laravel-certified-section .row > div.col-right, .laravel-certified-section .row > div.col-left {
    padding-right: 0;
    padding-left: 0;
  }
  .laravel-certified-section .row div.col-left .btn-constellation {
    margin: 25px 40px 0 40px;
  }
  .laravel-certified-section .row h3 {
    text-align: center;
  }
  .laravel-certified-section .row p img {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .technology-section .section3 .black-square {
    height: 770px;
  }
  .technology-section .section3 .android .black-square {
    height: 800px;
  }
  .technology-section .background-blue .head {
    padding-right: 0px;
    padding-left: 0px;
  }
  .technology-section .central-image {
    transform: scale(0.6);
  }
  .technology-section .fourth-section .row .column {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .technology-section .fifth-section .container-star {
    padding-right: 0px;
    padding-left: 0px;
  }
  .technology-section .fifth-section .container-constellation {
    padding-left: 0px;
    padding-right: 0px;
  }
  .technology-section .title-fifth-section {
    margin-bottom: -140px;
    font-size: 20px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .laravel-certified-section .row div.col-left .btn-constellation {
    margin: 25px 20px 0 20px;
  }
}
.fifth-side {
  margin-top: 30px !important;
}

@media (max-width: 992px) {
  .fifth-section {
    margin-bottom: -100px;
  }
}
/*
 ===================================================
    TESTIMONIALS SECTION
 ===================================================
*/
.testimonials-page .testimonials .clutch-reviews-widget .clutch-widget iframe {
  z-index: 1000;
  width: 140px;
  height: 60px;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
}

.testimonials-section {
  position: relative;
  width: inherit;
}
.testimonials-section .row {
  margin: 0px;
}
.testimonials-section .row .sidebar {
  padding-right: 0px;
  background-color: #20292c;
  height: 100%;
}
.testimonials-section .row .sidebar ul {
  border-bottom: none;
  height: 2000px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
}
.testimonials-section .row .sidebar ul.affix {
  background-color: #20292c;
  width: 292.5px;
  margin-left: -15px;
  padding-left: 55px;
}
.testimonials-section .row .sidebar ul li {
  font-size: 20px;
  list-style: none;
  padding: 7px 0px 7px 15px;
}
.testimonials-section .row .sidebar ul li.active a {
  color: #ffffff;
}
.testimonials-section .row .sidebar ul li a {
  background-color: transparent;
  color: #3CBE7A;
  border: none;
  text-decoration: none;
  padding: 0;
}
.testimonials-section .row .sidebar ul li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.testimonials-section .row .content {
  background-color: #39474d;
  padding: 0px;
  overflow-y: hidden;
}
.testimonials-section .row .content > div:nth-child(2) .card_border {
  border-bottom: 0;
  margin-bottom: 0;
}
.testimonials-section .row .content .testimonials_card:last-child .row {
  border-bottom: none;
}
.testimonials-section .row .content .testimonials_card .card_border {
  border-bottom: 1px solid #20292c;
}
.testimonials-section .row .content .testimonials_card:first-child .row {
  margin-top: -90px;
}
.testimonials-section .row .content .testimonials_card.odd .text {
  padding-right: 140px;
}
.testimonials-section .row .content .testimonials_card.even .img {
  order: 2;
}
.testimonials-section .row .content .testimonials_card.even .text {
  order: 1;
  padding-left: 140px;
}
.testimonials-section .row .content .testimonials_card > .row {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.testimonials-section .row .content .row {
  padding-bottom: 100px;
}
.testimonials-section .row .content .row > div .class-h1 {
  color: #3cbe7a;
  font-size: 24px;
  margin-bottom: 0;
}
.testimonials-section .row .content .row > div .class-h2 {
  margin-top: 4px;
  font-size: 13px;
  color: #fff;
}
.testimonials-section .row .content .row > div p {
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  color: #999999;
}
.testimonials-section .row .content .row > div .img-container {
  background-color: rgba(32, 41, 44, 0.3);
  border-radius: 50%;
}
.testimonials-section .row .content .row > div .img-container .img-padding {
  padding: 60px;
}
.testimonials-section .row .content .row > div .img-container img {
  width: 100%;
  border-radius: 50%;
}
.testimonials-section .row .content .row > div .testimonial-summary {
  padding-top: 20px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #F3F3F3;
}
.testimonials-section .row .content .row > div.img {
  padding: 70px;
}
.testimonials-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #293538;
}
.testimonials-section .hide_bar {
  display: none;
  width: inherit;
}
.testimonials-section .sticky_bar {
  background: #313E43;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 9px 37px;
  position: fixed;
  top: 0;
  width: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section .sticky_bar .bar_text {
  display: flex;
  align-items: center;
}
.testimonials-section .sticky_bar .bar_text img {
  padding: 2px 4px 0;
  background-color: white;
  border-radius: 3px;
}
.testimonials-section .sticky_bar .show_mobile {
  display: none;
}
.testimonials-section .sticky_bar h3 {
  margin: 0 20px 0 12px;
  font-size: 16px;
  line-height: 29px;
  color: #F3F3F3;
}
.testimonials-section .sticky_bar p {
  margin: 0;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #F3F3F3;
  border: 1px solid #3CBE7A;
  cursor: pointer;
  white-space: nowrap;
}
.testimonials-section .sticky_bar p:hover {
  background-color: #3cbe7a;
}

@media (min-width: 1200px) {
  .testimonials-page .testimonials .clutch-reviews-widget {
    padding-top: 50px;
  }
  .testimonials-page .top-section .intro-text p {
    padding-right: 220px;
  }

  .testimonials-section .row .content .row > div.text .class-h1 {
    font-size: 24px;
    font-weight: 400;
  }
  .testimonials-section .row .content .row > div.text .class-h2 {
    font-size: 13px;
    font-weight: 400;
  }
  .testimonials-section .row .content .row > div.text p {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .testimonials-section .row .sidebar ul {
    padding-left: 0px;
  }
  .testimonials-section .row .sidebar ul.affix {
    padding-left: 15px;
  }
  .testimonials-section .row .content .row {
    padding-bottom: 0px;
  }
  .testimonials-section .row .testimonials_card .card_border {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonials-section .drop-toggle {
    display: none;
  }

  .testimonials-page .testimonials .clutch-reviews-widget {
    padding-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonials-page .testimonials .clutch-reviews-widget {
    padding-top: 55px;
  }

  .lang-de .testimonials-page .testimonials .clutch-reviews-widget {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .testimonials-section .row .content .country-name {
    display: none;
  }
  .testimonials-section .testimonials_card .card_border {
    margin-bottom: 65px;
  }
  .testimonials-section .testimonials_card.odd .card_border {
    transform: skewY(20deg);
  }
  .testimonials-section .testimonials_card.even .card_border {
    transform: skewY(-20deg);
  }
}
@media (max-width: 991px) {
  .testimonials-section .row .sidebar {
    display: none;
  }
  .testimonials-section .row .content .country-container {
    height: 50px;
  }
  .testimonials-section .row .content .country-container .country-name {
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    height: 50px;
    width: 100%;
    z-index: 10;
    line-height: 50px;
    text-align: left;
    padding-left: 11px;
    font-size: 20px;
    font-weight: 700;
  }
  .testimonials-section .row .content .country-container .drop-toggle {
    font-size: 40px;
    padding-top: 5px;
    padding-right: 16px;
  }
  .testimonials-section .row .content .country-container .drop {
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 0px;
    height: 0px;
    position: relative;
    transition: max-height 0.2s, visibility 0.2s;
    margin-left: -11px;
    overflow: scroll;
  }
  .testimonials-section .row .content .country-container .drop ul {
    padding-left: 11px;
    margin-bottom: 20px;
  }
  .testimonials-section .row .content .country-container .drop ul li {
    display: none;
    visibility: hidden;
    z-index: 10;
    height: 30px;
  }
  .testimonials-section .row .content .country-container .drop.transform {
    z-index: 10;
    height: 200px;
    max-height: 200px;
  }
  .testimonials-section .row .content .country-container .drop.transform ul li {
    visibility: visible;
    display: block;
  }
  .testimonials-section .row .content .testimonials_card > .row {
    margin-top: 0px;
    padding: 10px 15px;
    transform: skewY(0deg);
  }
  .testimonials-section .row .content .testimonials_card > .row > div.img {
    float: left;
    transform: skewY(0deg);
    padding: 20px;
  }
  .testimonials-section .row .content .testimonials_card > .row > div.img .img-padding {
    padding: 30px;
  }
  .testimonials-section .row .content .testimonials_card > .row > div.text {
    margin-top: 0px;
    padding: 0px;
    transform: skewY(0deg);
  }
}
@media (max-width: 666px) {
  .testimonials-section .row .content .testimonials_card > .row {
    display: block;
  }
  .testimonials-section .sticky_bar {
    top: 50px;
    padding: 9px 15px;
  }
  .testimonials-section .sticky_bar .show_desktop, .testimonials-section .sticky_bar .button {
    display: none;
  }
  .testimonials-section .sticky_bar .show_mobile {
    display: block;
  }
}
@media (min-width: 667px) and (max-width: 767px) {
  .testimonials-section .row .content .testimonials_card > .row > div.img {
    width: 30%;
    float: right;
  }
  .testimonials-section .row .content .testimonials_card > .row > div.img .img-container {
    width: 115%;
  }
  .testimonials-section .row .content .testimonials_card > .row > div.text {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .testimonials-section .sticky_bar {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .testimonials-page .testimonials .clutch-reviews-widget {
    padding-bottom: 20px;
  }
  .testimonials-page .top-section .top-container .intro .col-md-4 {
    padding-left: 0;
  }

  .testimonials-section .row .content {
    order: 2;
  }
  .testimonials-section .row .content .country-container .drop-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .testimonials-section .row .content .country-container .country-name {
    top: 50px;
    text-align: center;
  }
  .testimonials-section .row .content .testimonials_card.odd .img {
    order: 2;
  }
  .testimonials-section .row .content .testimonials_card.odd .text {
    order: 1;
  }
  .testimonials-section .row .content .row .text p {
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
  }
  .testimonials-section .row .content .row .img {
    padding-top: 10px;
  }
  .testimonials-section .row .content .row .img .img-container {
    width: 75%;
    margin: auto;
  }
  .testimonials-section .row .content .text {
    text-align: left;
  }
  .testimonials-section .sticky_bar {
    top: 50px;
    padding: 9px 15px;
  }
  .testimonials-section .sticky_bar h3 {
    font-size: 18px;
    font-family: 600px;
    color: #2197CE;
  }
  .testimonials-section .sticky_bar p {
    padding: 9px 15px;
  }
}
/*
 ===================================================
    VALUES PAGE
 ===================================================
*/
.values-section {
  background-color: #37464c;
}
.values-section .row {
  padding-top: 20px;
}
.values-section .row .title {
  text-align: center;
}
.values-section .row .title .class-h1 {
  font-size: 30px;
  line-height: 30px;
  color: #2197ce;
  margin-bottom: 0;
}
.values-section .class-h2 {
  font-size: 20px;
}
.values-section li {
  font-size: 16px;
}
.values-section strong {
  color: #3CBE7A;
}
.values-section img {
  width: 100%;
  padding-top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .values-section .row {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .values-section ol {
    padding-left: 25px;
  }
  .values-section ol li {
    font-size: 15px;
    line-height: 18px;
  }
  .values-section .row .title .class-h1 {
    padding: 0 15px;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  .values-section img {
    padding-top: 20px;
    content: url(/images/values_mobile.png?0e92b87c313ff4f7f96511febac6e9da);
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?060b2710bdbbe3dfe48b58d59bd5f1fb#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #f3f3f3;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #3CBE7A;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

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

.btn-default {
  color: #3CBE7A;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #3CBE7A;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #3CBE7A;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #3CBE7A;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3CBE7A;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #3CBE7A;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #f3f3f3;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 ===================================================
    BODY
 ===================================================
*/
:root {
  --cc-bg: #37464c;
  --cc-primary-color: #f9fafb;
  --cc-secondary-color: #ffffff;
  --cc-btn-primary-bg: #3cbe7a;
  --cc-btn-primary-hover-bg: #d4dae0;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-secondary-bg: #37464c;
  --cc-btn-secondary-border-color: #3cbe7a;
  --cc-btn-secondary-color: #ffffff;
  --cc-toggle-on-bg: #3cbe7a;
  --cc-toggle-readonly-bg: #8a8e91;
  --cc-separator-border-color: #8a8e91;
  --cc-footer-border-color: #8a8e91;
  --cc-cookie-category-block-bg: #37464c;
  --cc-cookie-category-block-hover-bg: #273136;
  --cc-cookie-category-block-border: #8a8e91;
}

#cc-main .cm--center {
  min-width: 40%;
}
#cc-main .cm__texts {
  padding: 24px 0;
}
#cc-main .cm__texts .cm__title {
  font-size: 20px;
  padding: 0 24px 0;
}
#cc-main .cm__texts .cm__desc {
  padding: 0 24px 0;
}
#cc-main .cm__btns {
  flex-direction: row !important;
  gap: 8px;
}
#cc-main .cm__btns .cm__btn-group {
  display: contents;
}
#cc-main .cm__btns .cm__btn-group .cm__btn {
  flex: 1 1 0;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  #cc-main .cm__btns {
    flex-direction: column !important;
    gap: 0;
  }
  #cc-main .cm__btns .cm__btn-group {
    gap: 6px;
  }
  #cc-main .cm__btns .cm__btn-group .cm__btn {
    width: 100%;
  }
}
#cc-main .pm__section--toggle {
  margin-bottom: 8px !important;
}
#cc-main .about-cookies-title {
  color: #3cbe7a;
  cursor: pointer;
  margin: 1.1em 0 0;
}
#cc-main .about-cookies-description {
  font-size: 12px;
}
#cc-main .is-expanded > .pm__section-title-wrapper > .pm__section-title {
  color: #3cbe7a;
}
#cc-main .pm__section-title:hover {
  color: #3cbe7a;
}
#cc-main .pm__section-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#cc-main .cc-category-description {
  margin-bottom: 8px;
}
#cc-main .cc-provider {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
}
#cc-main .cc-provider[open] {
  gap: 8px;
}
#cc-main .cc-provider[open] .arrow {
  transform: rotate(180deg);
}
#cc-main .cc-provider-title {
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#cc-main .cc-provider-title p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cc-main .cc-provider-title p:hover {
  color: #3cbe7a;
}
#cc-main .cc-provider-title p .arrow {
  width: 12px;
  transition: transform 0.2s ease;
}
#cc-main .cc-provider-title .learn-more-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
#cc-main .cc-provider-title .learn-more-wrapper .learn-more {
  width: -moz-fit-content;
  width: fit-content;
  color: #3cbe7a;
}
#cc-main .cc-provider-title .learn-more-wrapper .learn-more-icon {
  text-decoration: none !important;
}
#cc-main .cc-provider-title .learn-more-wrapper .learn-more-icon:hover {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
  transform: none !important;
}
#cc-main .cc-provider-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#cc-main .cc-cookie {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
#cc-main .cc-cookie[open] {
  gap: 8px;
}
#cc-main .cc-cookie-name {
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
}
#cc-main .cc-cookie-name:hover {
  color: #3cbe7a;
}
#cc-main .cc-cookie-description {
  font-size: 12px;
}
#cc-main .cc-cookie-meta {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 8px;
  padding-top: 8px;
}

body {
  background: #efefef;
}

#CookiebotWidget,
.CookiebotWidget-logo {
  outline: none !important;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .move-up {
    margin-top: -80px;
  }

  .top-section .top-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .move-up {
    padding-left: 0px;
    padding-right: 0px;
  }

  html,
body {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .remove-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: initial;
  }
}
@media (min-width: 768px) {
  .remove-on-mobile {
    display: initial;
  }

  .show-on-mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  #CookiebotWidget,
.CookiebotWidget-logo {
    display: none;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  #CookiebotWidget,
.CookiebotWidget-logo {
    display: none;
  }
}
.class-h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.class-h4 {
  line-height: 22px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.class-h5 {
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.title-second-services .class-h5 {
  padding-top: 15px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.class-h4 {
  line-height: 22px;
  font-size: 18px;
  margin-top: 10px;
}

.class-h5 {
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.secondBlockMargin {
  margin-top: 70px;
}

.firstBlockMargin {
  margin-top: 0px !important;
}

.blockTransition {
  transition: all 1s ease;
}

.navigation-bar.blog {
  background: transparent;
  padding-top: 25px;
}

.navbar-nav.blog {
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
}

.navbar-nav.blog li {
  margin: 7px 8px 8px 7px;
  color: white;
  background: #2f3a3d;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 12px;
  box-sizing: border-box;
}

.navbar-nav.blog li:hover {
  background: #202a2c;
  transition-duration: 0.25s;
}

.navbar-nav.blog li.current-active {
  background: #202a2c;
}

.pagination .active span,
.pagination .active span:active,
.pagination .active span:focus {
  border: 0 !important;
  background-color: #2197ce !important;
  border-radius: 50% !important;
  width: 34px;
  height: 34px;
  display: flex;
}

.pagination li {
  font-size: 16px;
}
.pagination li .page-link {
  justify-content: center;
}

.pagination li a {
  background-color: transparent !important;
  color: #f3f3f3 !important;
  border: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination .disabled span {
  color: #f3f3f3 !important;
  background-color: transparent;
}

.pagination li span {
  background-color: transparent;
  border: 0 !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd;
}

.search .fa-search {
  margin-left: -25px;
  cursor: pointer;
}

.navigation-bar.navbar-default .navbar-nav.blog > li > a {
  color: white;
  padding: 9px 21px;
  font-size: 13px;
  font-weight: 400;
}

.no-scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.truncate-single-line {
  white-space: nowrap;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lang-en .truncate-single-line {
  width: 100%;
}

.button-tabs {
  width: 450px;
  background-color: #2a383d;
  border: none;
  padding: 10px;
  margin-right: -1.5px;
  margin-left: -1.5px;
}

.services_pages .button-tabs {
  width: 298px;
}
.services_pages .last-section .button-services-first {
  margin-top: 10px;
}
.services_pages .second-section .button-services-first {
  margin-top: 60px;
}

.services .button-tabs:active {
  width: 450px;
  background-color: #2197ce;
  border: none;
  padding: 10px;
  margin-right: -1.5px;
  margin-left: -1.5px;
}

.active-buttons {
  background-color: #2197ce;
}

.getSoftwareSection {
  background-color: #37464c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.getSoftwareSection.getWeb {
  padding-bottom: 0px;
}

.title-services {
  max-width: 650px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
}

.title-second-services {
  max-width: 870px;
  padding: 20px;
  margin: auto;
}

.title-services h5 {
  padding-top: 15px;
  line-height: 22px;
}

.title-second-services h5 {
  padding-top: 15px;
  line-height: 22px;
}

.button-services-first {
  margin-left: 0px;
  margin-top: -160px;
  border-radius: 0px;
  background-color: #2197ce;
  border: none;
  color: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  font-size: 16px;
}

.button-services-first:hover {
  background-color: #e6e6e6;
  color: #2197ce;
}

.non-tech-icon {
  padding-right: 5px;
  margin-top: -3px;
}

.tech-icon {
  padding-right: 5px;
  margin-top: -3px;
}

.button-services-first:active {
  color: white;
  background-color: #2197ce;
}

.last-section .button-services-first:hover {
  color: #3cbe7a;
  background-color: #e6e6e6;
}

.darker-background {
  background-color: #37464c;
  opacity: 0.95;
}

.last-section .button-services-first {
  background-color: #3cbe7a;
  margin-top: 40px;
}

.first-section .section {
  padding-right: 90px;
  padding-left: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-adjust {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.section-adjust-second {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.second-section .button-services-first {
  background-color: black;
}
.second-section .button-services-first:hover {
  color: black;
}

.button-services-first:focus {
  background-color: #2197ce;
  color: white;
}

.background-blue {
  background-color: #2197ce;
  opacity: 0.95;
  padding-bottom: 50px;
}

h5 {
  line-height: 22px;
}

h4 {
  line-height: 22px;
}

p {
  line-height: 22px;
}

.circle-div p {
  line-height: 12px;
}

.subtitle-third-section {
  color: #2197ce;
  padding-left: 30px;
}

.p-body .text {
  display: inline;
  float: left;
}

.background-blue .head {
  padding-top: 30px;
}

.circle-div {
  display: inline-block;
  width: 33px;
  background-color: #3cbe7a;
  height: 33px;
  border-radius: 50px;
  font-size: 9px;
  float: left;
  margin-right: 10px;
  margin-left: 35px;
}

.benefits {
  min-height: 600px;
}

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

.container-jobs {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right: 100px;
}

.job-link {
  color: white;
  text-decoration: none;
}

.job-link:hover {
  color: #3cbe7a;
  text-decoration: none;
}

.img-to-right {
  top: 180px;
  position: absolute;
  right: -30px;
}

.job-link.active {
  color: #3cbe7a;
}

.container-description-job {
  margin-left: -50px;
}

.container-jobs .job-link {
  cursor: pointer;
  display: inline-block;
  max-width: 75%;
}

.text-jobs .job-title {
  text-align: center !important;
}

.card-benefits {
  width: 230px;
  height: 230px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 3px;
  text-align: left;
}

.card-benefits.image1 {
  background-image: url("/images/careers/1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image1 img {
  padding-left: 15px;
}

.card-benefits.image2 {
  background-image: url("/images/careers/2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image2 img {
  padding-left: 15px;
}

.card-benefits.image3 {
  background-image: url("/images/careers/3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image3 img {
  padding-left: 15px;
}

.card-benefits.image4 {
  background-image: url("/images/careers/4.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image4 img {
  padding-left: 15px;
}

.card-benefits.image5 {
  background-image: url("/images/careers/5.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image5 img {
  padding-left: 15px;
}

.card-benefits.image6 {
  background-image: url("/images/careers/6.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image6 img {
  padding-left: 15px;
}

.card-benefits.image7 {
  background-image: url("/images/careers/7.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image7 img {
  padding-left: 15px;
}

.card-benefits.image8 {
  background-image: url("/images/careers/8.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-benefits.image8 img {
  padding-left: 15px;
}

.background-color-change {
  background-color: #2197ce;
  opacity: 0.85;
  width: 230px;
  height: 230px;
  margin-left: -15px;
  border-radius: 5px;
}

.background-color-change:hover {
  background-color: #3cbe7a;
  border-radius: 4px;
}

.icon-adjust-second {
  margin-top: 20px;
}

.image1 .icon-adjust-second {
  margin-right: 102px;
  min-height: 52px;
}

.image2 .icon-adjust-second {
  margin-right: 122px;
  min-height: 52px;
}

.image3 .icon-adjust-second {
  margin-right: 122px;
  min-height: 52px;
}

.image4 .icon-adjust-second {
  margin-right: 122px;
  min-height: 52px;
}

.image5 .icon-adjust-second {
  margin-right: 102px;
  min-height: 52px;
}

.image6 .icon-adjust-second {
  margin-right: 122px;
  min-height: 52px;
}

.image7 .icon-adjust-second {
  margin-right: 122px;
  min-height: 52px;
}

.image8 .icon-adjust-second {
  margin-right: 132px;
  min-height: 52px;
}

.arrow-hired {
  position: absolute;
  top: 20px;
  right: -55px;
}

.circle-div p {
  margin-top: 3px;
}

.colleagues-slider {
  height: 400px;
}

.button-slider1 a {
  width: 100%;
  text-align: center;
}

#mysql img {
  width: 130px;
  height: 100px;
  margin-top: -30px;
}

#ocean img {
  height: 90px;
  margin-top: -10px;
}

#constellation {
  width: 140px;
}

.btn-star {
  margin-top: 35px;
  border-radius: 0px;
  color: white;
  background-color: #2197ce;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.lang-de .btn-star {
  margin-bottom: 30px;
}

.btn-constellation {
  margin-top: 35px;
  border-radius: 0px;
  color: white;
  background-color: #3cbe7a;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.lang-de .btn-constellation {
  margin-bottom: 30px;
}

.section1 {
  padding-top: 20px;
}

.section1 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.section2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.section1 .image-clean {
  padding-right: 0px;
}

.section2 .image-clean {
  padding-left: 0px;
}

.section1 .text-clean {
  padding-left: 40px;
  padding-right: 40px;
}

.lang-en.section1 .text-clean {
  padding-top: 30px;
}

.lang-de.section1 .text-clean {
  padding-top: 15px;
}

.section2 .text-clean {
  padding-left: 40px;
  padding-top: 30px;
  padding-right: 40px;
}

.checked {
  transform: scale(0.9);
}

.lang-de .checked {
  max-width: none !important;
}

.tehnology-section-checked {
  padding-right: 10px;
  flex-shrink: 0;
}

.section3 .title {
  color: #2197ce;
  padding-bottom: 15px;
}

.getSoftwareSection.getMobile {
  padding-bottom: 0px;
}

.faq-section {
  background-color: #37464c;
  text-align: center;
}
.faq-section .nav-menu {
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 60px;
  padding-bottom: 60px;
}
.faq-section .nav-menu .box-menu {
  background-color: #2a383d;
  height: 250px;
  cursor: pointer;
}
.faq-section .nav-menu .box-menu h3 {
  color: white;
}
.faq-section .nav-menu .box-menu .blue-ico {
  display: none;
}
.faq-section .nav-menu .box-menu:hover h3 {
  text-decoration: none;
}
.faq-section .nav-menu .box-menu:hover .green-ico {
  display: none;
}
.faq-section .nav-menu .box-menu:hover .blue-ico {
  display: inline;
}
.faq-section .nav-menu .box-menu.active .green-ico {
  display: none;
}
.faq-section .nav-menu .box-menu.active .blue-ico {
  display: inline;
}
.faq-section .nav-menu a:hover {
  text-decoration: none;
}
.faq-section .box-menu .img-nav {
  padding-top: 40px;
  height: 150px;
}
.faq-section .head {
  padding-top: 30px;
}
.faq-section .head .class-h1 {
  color: #2197ce;
  font-size: 36px;
}
.faq-section .questions-answer {
  padding-right: 95px;
  padding-left: 95px;
  padding-bottom: 50px;
  text-align: left;
}
.faq-section .questions-answer .question {
  background-color: #2a383d;
  padding: 7px 10px 7px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
}
.faq-section .questions-answer .question .content-answer {
  padding-left: 10px;
  padding-right: 10px;
}
.faq-section .questions-answer .question p {
  color: white;
  margin-bottom: 0px;
  display: block;
  margin-right: 30px;
}
.faq-section .questions-answer .question .plus-ico {
  float: right;
  display: none;
}
.faq-section .questions-answer .question .minus-ico {
  float: right;
  display: inline;
  position: absolute;
  top: 8px;
  right: 10px;
}
.faq-section .questions-answer .question.collapsed .plus-ico {
  display: inline;
  position: absolute;
  top: 8px;
  right: 10px;
}
.faq-section .questions-answer .question.collapsed .minus-ico {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
}

.check-ico {
  margin-right: 20px;
  vertical-align: top;
  margin-top: 3px;
}

.faq-page {
  background-image: url("/images/faq/faq2.jpg");
}

.faq-page.video-background {
  background-position: 0 38%;
}

.text-check {
  display: inline-block;
  width: 96%;
}

.truncate {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 118.8px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 33px !important;
  line-height: 1.2 !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .long-list-item {
    width: 200%;
  }
}
.video-background {
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  background-repeat: no-repeat;
}
.video-background.video {
  background-position: top;
}
.video-background.zoom-in {
  background-size: 200% !important;
}

@media (min-width: 1025px) {
  .video-background {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-background {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .video-background {
    height: 100%;
  }
}
.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

/*
 ===================================================
    BACKGROUND SET
 ===================================================
*/
.blog-page {
  background-image: url("/images/headers/blog.jpg");
  background-position: 70% 20%;
}
.blog-page .subscribe-toggle:hover {
  color: #337ab7;
}

.values-page {
  background-image: url("/images/headers/values2.jpg");
}

.testimonials-page {
  background-image: url("/images/headers/testimonials.jpg");
}

.products-page {
  background-image: url("/images/headers/products2.jpg");
  background-position: 70% 0%;
}

.privacy-page {
  background-image: url("/images/headers/privacy.jpg");
  background-position: 70% 0%;
}

.cookie-page {
  background-image: url("/images/headers/cookies.jpg");
  background-position: 70% 0%;
}

.ourstory-page {
  background-image: url("/images/headers/our_story.jpg");
  background-position: 30% 50%;
}

.presskit-page {
  background-image: url("/images/headers/presskit.jpg");
  background-position: 30% 50%;
}

.opensource-page {
  background-image: url("/images/headers/opensource2.jpg");
}

.industries-page {
  background-image: url("/images/headers/industries_3.jpg");
  background-position: center;
}

.contact-page {
  background-image: url("/images/headers/contact2.jpg");
}

.about-page {
  background-image: url("/images/headers/team.jpg");
}

.resources-page {
  background-image: url("/images/headers/resources.png");
}

.free_assessment-page {
  background-image: url("/images/headers/free_assessment.png");
}

/*
 ===================================================
    LINK BUTTONS
 ===================================================
*/
.up-btn.left {
  text-align: left;
}
.up-btn.center {
  text-align: center;
}
.up-btn.right {
  text-align: right;
}
.up-btn.quote-btn {
  line-height: 260px;
}
.up-btn.quote-btn a {
  padding: 15px 20px;
}
.up-btn.body-btn {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
}
.up-btn.body-btn a {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 8px 0px;
}
.up-btn.portfolio-btn {
  padding: 50px;
}
.up-btn.portfolio-btn a {
  padding: 15px 40px;
}
.up-btn.clients-btn {
  margin-top: 20px;
  margin-bottom: 50px;
}
.up-btn.clients-btn a {
  width: 300px;
  padding: 12px 20px;
}
.up-btn.blog-btn {
  padding-top: 10px;
}
.up-btn.blog-btn a {
  font-size: 14px;
  line-height: 14px;
  padding: 12px 10px;
}
.up-btn.opensource-btn {
  line-height: 210px;
}
.up-btn.opensource-btn a {
  font-size: 22px;
  padding: 10px 20px 10px 20px;
}
.up-btn.opensource-btn a span {
  vertical-align: inherit;
}
.up-btn.opensource-btn a img {
  padding-left: 13px;
}
.up-btn.opensource-btn a .fa-inbox {
  color: #000000;
  padding-left: 10px;
  font-size: 30px;
  vertical-align: text-bottom;
}
.up-btn.opensource-btn .btn-default svg {
  width: 24px;
  height: 24px;
  display: block;
  float: right;
  margin-left: 10px;
}
.up-btn.opensource-btn .btn-default:hover svg path {
  fill: #3cbe7a;
}
.up-btn.black a {
  background-color: #000000;
}
.up-btn.black a:hover {
  background-color: #e6e5e5;
  color: #000000;
}
.up-btn a {
  font-size: 19px;
  font-weight: 700;
  color: #f3f3f3;
  line-height: 19px;
  background-color: #3CBE7A;
  border-radius: 0px;
  border: none;
}

/*
 ===================================================
    BORDERED BOX WITH DOWN ARROW
 ===================================================
*/
.arrow-box {
  position: relative;
}
.arrow-box:after, .arrow-box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-width: 25px;
  margin-left: -25px;
}
.arrow-box:before {
  border-color: rgba(82, 95, 101, 0);
  border-top-color: #525f65;
  border-width: 26px;
  margin-left: -26px;
}

/*
 ===================================================
    TOP SECTION
 ===================================================
*/
.dropdown-menu {
  display: none;
}

.open > .dropdown-menu {
  display: block;
}

.open-services > .dropdown-menu {
  display: block;
}

.top-section {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.top-section .my-navbar {
  background: transparent;
  border: none;
}
.top-section .my-navbar .navbar-brand {
  padding-left: 20px;
}
.top-section .my-navbar .navbar-brand img {
  fill: #ffffff;
}
.top-section .my-navbar .navbar-collapse,
.top-section .my-navbar .navbar-header {
  border: 0;
  box-shadow: none;
}
.top-section .my-navbar .down-arrow {
  padding-left: 15px;
}
.top-section .my-navbar .navbar-right .desktop_break {
  clear: both;
}
.top-section .my-navbar .navbar-right div.lottie {
  width: 24px;
  height: 24px;
  float: left;
}
.top-section .my-navbar .navbar-right .show-on-mobile {
  display: none;
}
.top-section .my-navbar .navbar-right .only-mobile {
  display: none;
  padding-right: 20px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
}
.top-section .my-navbar .navbar-right .only-mobile:first-child {
  padding-top: 20px;
}
.top-section .my-navbar .navbar-right .only-mobile .row > div {
  padding-right: 0px;
}
.top-section .my-navbar .navbar-right .only-mobile i {
  font-size: 25px;
  color: #3CBE7A;
}
.top-section .my-navbar .navbar-right > li > a:hover, .top-section .my-navbar .navbar-right > li > a:active, .top-section .my-navbar .navbar-right > li > a:visited, .top-section .my-navbar .navbar-right > li > a:focus {
  background-color: #3CBE7A;
  color: #ffffff;
}
.top-section .my-navbar .navbar-right li .dropdown-menu {
  box-shadow: none;
  width: 100%;
  background-color: #3CBE7A;
  border-radius: 0px;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  min-width: 30px;
}
.top-section .my-navbar .navbar-right li .dropdown-menu li .fa-bullhorn {
  padding-left: 5px;
}
.top-section .my-navbar .navbar-right li .dropdown-menu li a {
  color: #ffffff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-section .my-navbar .navbar-right li .dropdown-menu li a:hover {
  color: #3cbe7a !important;
}
.top-section .my-navbar .navbar-right li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.top-section .my-navbar .navbar-right .second-row-item > a {
  padding: 13px 20px 13px 20px;
}
.top-section .intro {
  position: absolute;
  bottom: 0px;
}
.top-section .intro.with-btn {
  position: static;
  padding-top: 199px;
}
.top-section .intro.with-btn.homepage {
  padding-top: 340px;
}
.top-section .intro.center {
  position: static;
  padding: 0;
  padding-top: 90px;
  margin: auto;
  display: block;
  text-align: center;
}
.top-section .intro.center .row > div {
  width: 100%;
}
.top-section .intro.center .row > div h1 {
  width: 100%;
}
.top-section .intro.center .row > div p {
  margin: auto;
  font-weight: 400;
  font-size: 21px;
}
.top-section .intro .intro-text {
  color: #f3f3f3;
}
.top-section .intro .intro-text p {
  width: 100%;
  max-width: 850px;
  font-size: 19px;
  font-weight: 400;
  margin-top: 30px;
}
.top-section .intro .intro-text h1 {
  font-size: 41px;
  font-weight: 700;
}
.top-section .careers_dropdown {
  width: auto;
}

@media (min-width: 1200px) {
  .top-section .intro.testimonials {
    margin-left: -45px;
  }
  .top-section .intro.center p {
    padding: 0px 200px;
    line-height: 23px;
  }
  .top-section .intro.post {
    padding-left: 135px;
  }
  .top-section .intro.opensource {
    padding-left: 18px;
  }
}
@media (max-width: 1199px) {
  .top-section .my-navbar .down-arrow {
    padding-left: 5px;
  }
  .top-section .intro .intro-text h1 {
    font-size: 40px;
  }
  .top-section .intro .intro-text h1.homepage {
    font-size: 35px;
  }
  .top-section .intro .intro-text p {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-background.video.portfolio video {
    left: -370px;
  }
  .video-background.video.careers video {
    left: -460px;
  }

  .top-section .intro.with-btn {
    padding-top: 180px;
  }
  .top-section .intro .intro-text h1 {
    width: 120%;
  }
  .top-section .intro .intro-text p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .video-background.video.homepage {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hide-vue {
    display: none;
  }

  .video-background.video {
    background-color: #0a0500;
    background-size: 100%;
  }

  .top-section .up-btn.quote-btn {
    text-align: center;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-background.video.portfolio video {
    left: -370px;
  }
  .video-background.video.careers video {
    left: -550px;
  }

  .top-section .intro.testimonials {
    margin-left: -50px;
  }
  .top-section .intro.with-btn {
    padding-top: 120px;
  }
  .top-section .intro.with-btn.homepage {
    padding-top: 80px;
  }
  .top-section .intro .intro-text {
    padding: 0px 5px;
  }
  .top-section .intro .intro-text h1 {
    width: 100%;
  }
  .top-section .intro .intro-text p {
    width: 100%;
  }
  .top-section .intro .up-btn {
    padding-top: 20px;
  }
  .top-section .my-navbar .navbar-right li .dropdown-menu {
    min-width: 80px;
  }
  .top-section .my-navbar .navbar-right li > a {
    padding-left: 10px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .video-background.video {
    position: relative;
    overflow: hidden;
    height: 600px;
  }
  .video-background.video video {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .top-section .intro {
    padding-bottom: 100px;
  }
  .top-section .top-section .my-navbar .top-container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-section .my-navbar .navbar-header img {
    width: 225px;
    height: 44px;
    margin-top: 10px;
  }
  .top-section .my-navbar .navbar-right li .dropdown-menu li a:focus {
    outline: unset;
  }
  .top-section .my-navbar .navbar-collapse ul li .dropdown-menu li a:hover {
    background-color: #ffffff;
    color: #3CBE7A;
  }
  .top-section .my-navbar .navbar-collapse ul li .dropdown-menu li a:focus {
    outline: unset;
  }

  #what_we_do .on_mobile {
    display: none;
  }
  #what_we_do:hover #what_we_do_link {
    background-color: #3cbe7a;
    color: #fff;
  }
  #what_we_do:hover #parent_menu {
    display: block;
  }
  #what_we_do:hover #parent_menu #services:hover .dropdown-toggle {
    background-color: #fff;
    color: #3cbe7a;
  }
  #what_we_do:hover #parent_menu #services:hover #submenu {
    display: block;
  }
}
@media (max-width: 767px) {
  .video-background.homepage {
    background-image: url(/images/cadru_video_home_mobile.png?b0dfdde53fd9ee001d6caa93297c5714);
  }
  .video-background.portfolio {
    background-image: url("/images/headers/portfolio-mobile.jpg");
    background-size: cover;
  }
  .video-background.careers {
    background-image: url(/images/careers3.jpg?72f28b21889d10ab7880b8379fff7ccf);
    background-size: cover;
    background-position-x: -760px;
  }
  .video-background.services {
    background-image: url("/images/headers/services2.jpg");
    background-size: cover;
    background-position: -480px;
  }
  .video-background.services-ux {
    background-image: url("/images/headers/get_ux.png");
    background-size: cover;
    background-position: -480px;
  }
  .video-background.ai-services {
    background-image: url("/images/headers/get_ai.png");
    background-size: cover;
    background-position: -480px;
  }
  .video-background.technology {
    background-image: url(/images/technology.jpg?6645889a0a725f1ef314c79b7c2360f1);
    background-size: cover;
  }
  .video-background video {
    display: none;
  }
  .video-background .intro.with-btn {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 30px;
  }
  .video-background .intro.with-btn.homepage, .video-background .intro.with-btn.opensource {
    padding-top: 0px;
  }
  .video-background .intro.with-btn .intro-text {
    padding-left: 15px;
    margin-bottom: 0px;
  }
  .video-background .intro.with-btn .quote-btn a {
    width: 100%;
  }
  .video-background .intro.center {
    position: absolute;
    top: 45%;
    padding-top: 0px;
    left: 15px;
    right: 15px;
  }
  .video-background .intro.center .intro-text {
    padding-right: 0px;
  }
  .video-background .intro.center .row > div p {
    line-height: 21px;
    font-size: 19px;
  }
  .video-background .intro .intro-text {
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .video-background .intro .intro-text h1 {
    margin-top: 0px;
    font-size: 29px;
  }
  .video-background .intro .intro-text h1.homepage {
    font-size: 27px;
  }
  .video-background .intro .intro-text p {
    font-size: 15px;
    line-height: 18px;
  }
  .video-background .top-section .my-navbar .collapse {
    display: block !important;
  }
  .video-background .top-section .my-navbar .navbar-header {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 15px;
    right: 15px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-brand {
    padding: 11px 0px 11px 11px;
  }
  .video-background .top-section .my-navbar .navbar-header img {
    height: 28px;
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle {
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: 6px;
    width: 42px;
    height: 38px;
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle.transform .icon-bar {
    margin: 0px;
    width: 25px;
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle.transform .icon-bar-1 {
    transform: rotate(-135deg) translate(3px, -5px);
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle.transform .icon-bar-2 {
    transform: rotate(180deg);
    opacity: 0;
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle.transform .icon-bar-3 {
    transform: rotate(135deg) translate(2px, 6px);
  }
  .video-background .top-section .my-navbar .navbar-header .navbar-toggle .icon-bar {
    transition: transform 0.5s, opacity 0.5s;
    background-color: #ffffff;
  }
  .video-background .top-section .my-navbar .navbar-collapse {
    transition: max-height 0.5s, opacity 0.5s;
    text-align: right;
    position: fixed;
    background-color: #000000;
    top: 0px;
    right: 15px;
    z-index: 998;
    width: 100%;
    max-height: 0px;
    opacity: 0;
  }
  .video-background .top-section .my-navbar .navbar-collapse .navbar-nav {
    position: relative;
    overflow-y: auto;
    padding-bottom: 0px;
    height: 0px;
  }
  .video-background .top-section .my-navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
    padding: 5px 15px 5px 25px;
  }
  .video-background .top-section .my-navbar .navbar-collapse li {
    transition: transform 1s;
    transform: translate(-20px, 0px);
  }
  .video-background .top-section .my-navbar .navbar-collapse.transform {
    opacity: 1;
  }
  .video-background .top-section .my-navbar .navbar-collapse.transform .navbar-nav {
    padding-bottom: 60px;
  }
  .video-background .top-section .my-navbar .navbar-collapse.transform li {
    transform: translate(0px, 0px);
  }
  .video-background .top-section .my-navbar .navbar-right {
    padding-top: 50px;
  }
  .video-background .top-section .my-navbar .navbar-right .show-on-mobile {
    display: block;
  }
  .video-background .top-section .my-navbar .navbar-right li.dropdown.show-on-mobile.open a.dropdown-toggle.knowledge {
    color: #3CBE7A;
    background-color: #000000;
  }
  .video-background .top-section .my-navbar .navbar-right li .dropdown-menu {
    background-color: #000000;
  }
  .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a {
    text-align: left;
    color: #ffffff;
  }
  .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a:hover, .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a:focus, .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a:active, .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a:visited {
    background-color: #000000;
  }
  .video-background .top-section .my-navbar .navbar-right li .dropdown-menu li a.more-padding {
    padding-bottom: 20px;
  }
  .video-background .top-section .my-navbar .navbar-right li a {
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    padding-right: 38px;
  }
  .video-background .top-section .my-navbar .navbar-right li a:hover, .video-background .top-section .my-navbar .navbar-right li a:focus, .video-background .top-section .my-navbar .navbar-right li a:active, .video-background .top-section .my-navbar .navbar-right li a:visited {
    background-color: #000000;
  }
  .video-background .top-section .my-navbar .navbar-right li a:focus {
    color: #3CBE7A;
  }
  .video-background .top-section .my-navbar .navbar-right li.open-services:has(ul.dropdown-menu > .open-services) #what_we_do_link:hover,
.video-background .top-section .my-navbar .navbar-right li.open-services:has(ul.dropdown-menu > .open-services) #what_we_do_link:focus,
.video-background .top-section .my-navbar .navbar-right li.open-services:has(ul.dropdown-menu > .open-services) #what_we_do_link:active,
.video-background .top-section .my-navbar .navbar-right li.open-services:has(ul.dropdown-menu > .open-services) #what_we_do_link:visited {
    color: #3CBE7A;
  }
  .video-background .top-section .my-navbar .navbar-right > li {
    padding: 0px;
    margin: 0px 20px;
    border-bottom: 1px solid #333;
  }
  .video-background .top-section .my-navbar .navbar-right > li.only-mobile {
    display: block;
  }
  .video-background .top-section .my-navbar .navbar-right > li .down-arrow {
    display: none;
  }
  .video-background .top-section .my-navbar .navbar-right > li > a {
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
  }

  #what_we_do .on_mobile {
    display: block;
  }
  #what_we_do .on_desktop {
    display: none;
  }
}
@media (max-width: 490px) {
  .top-section .intro .intro-text h1.homepage br {
    display: none;
  }
}
@media (max-width: 350px) {
  .top-section .my-navbar .navbar-toggle {
    margin-top: 10px;
  }
  .top-section .intro.opensource .intro-text {
    margin-bottom: 0px;
  }
}
/*
MEDIA QUERY THAT HIDES portfolio AND contact
FROM MAIN NAVBAR AND ADDS THEM INTO ABOUT SUBMENU
(BETWEEN 768px and 991px)
*/
@media (min-width: 768px) and (max-width: 991px) {
  .nav-item-to-hide {
    display: none !important;
  }

  .nav-item-to-show {
    display: none;
  }

  /* Home page top section */
  .lang-de .top-section .top-home-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .nav-item-to-hide {
    display: inline;
  }

  .nav-item-to-show {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show-vue {
    display: none;
  }

  .nav-item-to-hide {
    display: inline;
  }

  .nav-item-to-show {
    display: none !important;
  }
}
/*
 ===================================================
    MAIN CONTAINER
 ===================================================
*/
.move-up {
  position: relative;
}

@media (max-width: 425px) {
  .up-btn.clients-btn a {
    width: auto;
  }
}
/*
 ===================================================
    THE NAVBAR ON TOP OF CONTAINER
 ===================================================
*/
.navigation-bar {
  background: #000000;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navigation-bar .navbar-toggle {
  border: none;
  background-color: #3CBE7A;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 0;
  width: 42px;
  height: 38px;
}
.navigation-bar .navbar-toggle span {
  background-color: #fff !important;
}
.navigation-bar .navbar-toggle .fa-times {
  display: none;
  font-size: 28px;
  line-height: 18px;
}
.navigation-bar .navbar-collapse,
.navigation-bar .navbar-header {
  border: 0px;
  box-shadow: none;
}
.navigation-bar .navbar-left {
  padding-left: 47px;
}
.navigation-bar.navbar-default .navbar-nav > li > a {
  color: #3CBE7A;
  font-size: 15px;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
}
.navigation-bar.navbar-default .navbar-nav > li > a:hover, .navigation-bar.navbar-default .navbar-nav > li > a:active, .navigation-bar.navbar-default .navbar-nav > li > a.active {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation-bar .navbar-left {
    padding-left: 0px;
  }
  .navigation-bar.navbar-default .navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .navigation-bar {
    display: none;
  }
  .navigation-bar.mobile-visible {
    display: block;
  }
}
.class-h1 {
  font-size: 36px;
}

/*
 ===================================================
    SUBSCRIBE POP-UP
 ===================================================
*/
.subscribe-pop-up,
.apply-pop-up,
.subscribe-popUp-footer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.subscribe-pop-up .low-content,
.apply-pop-up .low-content,
.subscribe-popUp-footer .low-content {
  padding: 15px 30px 30px 30px;
  color: #ffffff;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 150px;
  transform: translate(-300px, -100px);
}
.subscribe-pop-up .low-content .status,
.apply-pop-up .low-content .status,
.subscribe-popUp-footer .low-content .status {
  padding-top: 20px;
  font-size: 30px;
}
.subscribe-pop-up .list-newsletter,
.apply-pop-up .list-newsletter,
.subscribe-popUp-footer .list-newsletter {
  padding-bottom: 15px;
}
.subscribe-pop-up .content,
.apply-pop-up .content,
.subscribe-popUp-footer .content {
  padding: 25px 30px 30px 30px;
  color: #ffffff;
  background-color: #000000;
  position: absolute;
}
.subscribe-pop-up .close-pop,
.apply-pop-up .close-pop,
.subscribe-popUp-footer .close-pop {
  position: fixed;
  z-index: 999;
}
.subscribe-pop-up .close-pop:hover,
.apply-pop-up .close-pop:hover,
.subscribe-popUp-footer .close-pop:hover {
  cursor: pointer;
}
.subscribe-pop-up .close-pop i,
.apply-pop-up .close-pop i,
.subscribe-popUp-footer .close-pop i {
  font-size: 28px;
  color: #ffffff;
  padding: 10px;
}

.subscribe-pop-up .content,
.subscribe-popUp-footer .content {
  top: 50%;
  left: 50%;
  transform: translate(-300px, -100px);
}
.subscribe-pop-up .close-pop,
.subscribe-popUp-footer .close-pop {
  top: 50%;
  right: 50%;
  transform: translate(290px, -100px);
}

.apply-pop-up .content {
  left: 50%;
  transform: translateX(-50%);
}
.apply-pop-up .close-pop {
  right: 50%;
  transform: translateX(290px);
}

.subscribe-newsletter .content {
  padding-top: 15px;
  color: #ffffff;
}

.lang-en .subscribe-pop-up .content,
.lang-en .apply-pop-up .content,
.lang-en .subscribe-popUp-footer .content {
  width: 600px;
}

.lang-de .subscribe-pop-up .content,
.lang-de .apply-pop-up .content {
  width: 650px;
}
.lang-de .subscribe-popUp-footer .content {
  width: 605px;
}

.apply-pop-up .content {
  transform: translateX(-50%);
}
.apply-pop-up .content .col-md-4.center-button {
  float: unset;
  margin: 0 auto;
}
.apply-pop-up .close-pop {
  transform: translateX(290px);
}

@media (max-width: 767px) {
  .subscribe-pop-up .low-content,
.subscribe-popUp-footer .low-content {
    width: 100%;
    padding: 15px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translate(0px, 0px);
  }
  .subscribe-pop-up .content,
.subscribe-popUp-footer .content {
    width: 100%;
    padding: 15px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translate(0px, 0px);
  }
  .subscribe-pop-up .close-pop,
.subscribe-popUp-footer .close-pop {
    top: 0px;
    right: 10px;
    transform: translate(0px, 0px);
  }

  .lang-en .subscribe-pop-up .content,
.lang-en .apply-pop-up .content,
.lang-en .subscribe-popUp-footer .content {
    width: 100%;
  }

  .lang-de .subscribe-pop-up .content,
.lang-de .apply-pop-up .content,
.lang-de .subscribe-popUp-footer .content {
    width: 100%;
  }
}
/*
 ===================================================
    COOKIE SECTION
 ===================================================
*/
.cookie-section {
  background-color: #37464c;
  font-size: 16px;
  overflow: auto;
}

.cookie-content {
  margin: 40px;
  margin-top: 0px;
  padding: 40px;
  overflow: auto;
}

.cookie-table {
  background-color: whitesmoke;
  color: #37464c;
}

.cookie-table .thead-dark {
  background-color: #21292c;
  color: whitesmoke;
}

@media (max-width: 767px) {
  .cookie-content {
    margin: 0px;
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .cookie-content {
    margin: 0px;
    padding: 20px;
  }
}
/*
 ===================================================
    COOKIE POP UP
 ===================================================
*/
.cookie-modal {
  margin-top: 0px;
}
.cookie-modal .modal-header {
  border-bottom: 1px solid #343d41;
}
.cookie-modal .modal-footer {
  border-top: 1px solid #343d41;
}

.cookie-modal-content {
  background: #37464c;
  color: whitesmoke;
}

.btn-cookie-agree {
  float: left;
  font-size: 19px;
  font-weight: 700;
  color: #f3f3f3;
  line-height: 19px;
  background-color: #3CBE7A;
  border-radius: 0px;
  border: none;
}

.close-cookie {
  color: whitesmoke;
}

.modal-header-cookie {
  border-bottom: 1px solid whitesmoke;
}

#cookie-preferences {
  margin-top: 6px;
  float: right;
}

.cookie-preferences-content h3,
.table-responsive,
.fil-cookies {
  float: left;
}

.fil-cookies {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  display: inline-block;
}
.fil-cookies > label {
  margin-right: 15px;
}

.switch-cookies {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  /* The slider */
}
.switch-cookies input {
  display: none;
}
.switch-cookies input:checked + .slider-cookies:before {
  background-color: #3CBE7A;
  transform: translate3d(13px, 0, 0);
}
.switch-cookies input:focus + .slider-cookies {
  box-shadow: 0 0 1px #343434;
}
.switch-cookies .slider-cookies {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343434;
  transition: 0.4s;
}
.switch-cookies .slider-cookies:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: #6d6d6d;
  transition: 0.4s;
}
.switch-cookies .slider-cookies.round-cookies {
  border-radius: 34px;
}
.switch-cookies .slider-cookies.round-cookies:before {
  border-radius: 50%;
}

@media (max-width: 768px) {
  .cookie-modal {
    margin-top: 16%;
  }
}
/* Apply for job / Test your force button */
i.m-l-4 {
  margin-left: 4px;
}

/* images in blog posts max-width: 100% but width should not always be 100% */
.post-section .main-section img {
  max-width: 100%;
}

/* blog post elements BEGIN */
.post-section .main-section code,
.post-section .main-section span,
.post-section .main-section a {
  word-wrap: break-word;
}

@media (min-width: 992px) {
  .post-section .main-section ul,
.post-section .main-section pre {
    /* margin-left: 60px;
    margin-right: 60px; */
  }
}
@media (min-width: 768px) {
  .post-section .main-section pre code {
    padding-left: 40px;
  }
}
/* blog post elements END */
/* apply to job fixes */
@media (max-width: 600px) {
  /* responsive apply modal */
  .apply-pop-up {
    top: 0;
    left: 0;
    margin: 0;
    /* (position remains fixed) */
    background-color: black;
  }
  .apply-pop-up .content {
    width: 100%;
    height: 100%;
    left: 0;
    /* padding: 0; */
    margin: 0;
    transform: unset;
    -webkit-transform: unset;
    /* (stop transform and -webkit-transform) */
  }
  .apply-pop-up .close-pop {
    right: 0;
    transform: unset;
    -webkit-transform: unset;
    /* (stop transform and -webkit-transform) */
  }
}
@media (max-width: 991px) {
  /* content apply button */
  .post-section .main-section .up-btn {
    margin-top: 20px;
  }
}
/* Added language button in menu */
@media (max-width: 1199px) {
  .second-row-item {
    padding-top: 0 !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .top-section .my-navbar .navbar-right li > a {
    padding: 13px 10px;
  }
}
@media (min-width: 1200px) {
  /* instead of 990 */
  .new-menu-line {
    display: none;
  }
}
/* Submenu for Services */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 100%;
  top: -2px;
  margin-left: 1px;
}

@media (max-width: 767px) {
  .dropdown-menu {
    position: static !important;
    float: unset !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
  }

  .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    position: static;
  }
}
/* NEW MENU DESIGN (on 2 rows) - BEGIN */
.top-section .my-navbar .navbar-right li.language-dropdown ul li a {
  padding: 2px 9px !important;
}

.top-section .my-navbar .navbar-right li.language-dropdown .dropdown-menu {
  min-width: 60px !important;
}

.top-section .my-navbar .navbar-right li.language-dropdown .down-arrow {
  padding-left: 9px;
}

.top-section .my-navbar .navbar-right li.language-dropdown > a {
  padding-left: 9px !important;
  padding-right: 9px !important;
  font-size: 16px;
}

.menu-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .top-section .my-navbar .navbar-right .hide-on-mobile,
.top-section .my-navbar .navbar-right .desktop_break {
    display: none;
  }

  hr.vertical {
    display: none;
  }

  .top-section .my-navbar .navbar-right .hide-on-desktop {
    display: block;
  }

  hr.vertical {
    display: none;
  }
}
@media (min-width: 768px) {
  .top-section .my-navbar .navbar-right {
    display: table;
  }

  .top-section .my-navbar .navbar-right .hide-on-desktop {
    display: none;
  }
}
hr.vertical {
  height: 28px;
  width: 0;
  border: 0.5px solid white;
  margin: 28px 5px 0 5px;
  float: left;
}

@media (max-width: 1199px) {
  hr.vertical {
    height: 28px;
  }
}
@media (max-width: 989px) {
  hr.vertical {
    margin-left: 4px;
  }
}
@media (min-width: 768px) {
  .top-section .my-navbar .navbar-right .second-row-item > a {
    padding: 13px 12px;
  }

  .top-section .my-navbar .navbar-right .dropdown-menu-language a {
    padding-left: 28px !important;
    line-height: 18px !important;
  }

  .first-row-item {
    float: right !important;
    padding-top: 5px !important;
  }

  li.first-row-item a {
    font-size: 14px !important;
  }

  li.first-row-item .down-arrow {
    margin-bottom: 2px;
    width: 23px;
  }

  .dropdown-menu > li > .knowledge_item {
    padding-left: 20px;
  }

  .top-section .my-navbar .navbar-right .free_stuff ul li a {
    padding: 5px 11px;
    white-space: inherit;
    line-height: 18px;
  }

  .top-section .my-navbar .navbar-right li > .knowledge,
.top-section .my-navbar .navbar-right .careers a,
.top-section .my-navbar .navbar-right .language_menu a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .top-section .my-navbar .navbar-right .knowledge_submenu {
    margin-left: 7px;
    margin-right: 7px;
  }

  .nav .careers > a.item_padding {
    padding-right: 22px;
    padding-left: 12px;
  }

  .top-section .my-navbar .navbar-right .careers_dropdown {
    width: auto;
  }
  .top-section .my-navbar .navbar-right .careers_dropdown a {
    padding-left: 10px;
    padding-right: 10px;
  }

  hr.vertical.first-row-item {
    height: 9px;
    margin: 16px 5px 0;
  }

  .top-section .my-navbar .navbar-right li.language-dropdown > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .top-section .my-navbar .navbar-right li.language-dropdown .dropdown-menu {
    min-width: 50px !important;
  }

  .smaller-arrow {
    width: 21px;
  }

  .top-section .my-navbar .navbar-header img {
    width: 265px;
    height: 67px;
  }

  .second-row-item {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .top-section .my-navbar .navbar-header img {
    width: 280px;
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .video-background .top-section .my-navbar .navbar-header img {
    width: 150px;
    height: 74px;
  }

  .top-section .my-navbar .navbar-right li > a {
    font-size: 14px;
  }

  li.first-row-item a {
    font-size: 12px !important;
  }
}
.top-section .my-navbar .navbar-right li > a i.fa {
  margin-right: 2px;
}

/* NEW MENU DESIGN (on 2 rows) - END */
.found-select-safari {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iI2NjY2NjYyIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat !important;
  background-position: 96% 50% !important;
  background-size: 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #202a2c;
  border-radius: 0;
  border: none;
  color: #fff;
  outline: 0;
}
.found-select-safari:focus, .found-select-safari:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 162, 96, 0.6);
}
.found-select-safari option {
  background-color: #202a2c;
  border-color: #202a2c;
  outline: 0;
  padding: 6px 12px;
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 162, 96, 0.6);
}
.found-select-safari option:hover, .found-select-safari option:focus, .found-select-safari option:active, .found-select-safari option:checked {
  background-color: #3cbe7a !important;
  box-shadow: 0 0 10px 100px #3cbe7a inset;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 162, 96, 0.6);
}

.jsonapi {
  padding-right: 50px;
}

.icon-resp-code {
  margin-right: 10px;
}

#getMobile .section1 .text-clean .adjust-text-left {
  display: inline;
}

#footer .section-images {
  padding-top: 40px;
  flex-flow: row wrap;
}
#footer .section-images .widget {
  height: 42px;
  width: 150px;
  padding: 3px;
  background-color: #fff;
}

.icon-resp-user {
  margin-right: 10px;
}

.mobile-responsive {
  display: none;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

#getMobile .section1 .last-section .button-services-first {
  margin-top: 25px;
}

#getMobile .section2 .last-section .button-services-first {
  margin-top: 25px;
}

.display-none-important {
  display: none !important;
}

.container .body-info.listen-section .title-listen {
  padding-right: 200px;
  padding-left: 200px;
}
.container .body-info.listen-section .title-listen h2 {
  font-family: "Lato";
  font-weight: 700;
  line-height: 29px;
  color: #f3f3f3;
  margin-bottom: 30px;
}
.container .body-info.listen-section .title-listen p {
  font-family: "Lato";
  font-size: 16px;
  color: #f3f3f3;
  margin-bottom: 60px;
}

.container .body-info.listen-section {
  padding: 53px 90px;
  background: url("/images/homepage/homepage_listen_section.jpg") rgba(26, 37, 40, 0.85);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
}

.listen-section .body-info-row {
  padding-bottom: 50px;
}

.listen-section .body-info-row .open-source-img {
  padding-left: 0px;
  margin-bottom: 20px;
}

.body-info .info-text .services-text {
  padding: 0px 29px 0px 19px;
}
.body-info .info-text .services-text h3 {
  margin-bottom: 12px;
}
.body-info .info-text .services-text p {
  font-size: 16px;
}

.open-source-img .transform-img {
  transform: scale(0.8);
}

.panel-heading {
  padding: 9px 15px;
}

.button-slider1.btn2 {
  padding-right: 180px;
}

.button-slider1.btn1 {
  padding-left: 180px;
}

.button-tabs:hover {
  background-color: #2197ce;
}

.subscribe-pop-up .close-pop,
.apply-pop-up .close-pop,
.subscribe-popUp-footer .close-pop {
  position: absolute;
}

.lightbulb {
  transform: scale(0.9);
}

@media (max-width: 1200px) {
  .text-check {
    width: 94%;
  }

  .button-slider1.btn1 {
    padding-left: 100px;
  }

  .button-slider1.btn2 {
    padding-right: 100px;
  }

  .container .body-info.listen-section .title-listen {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 30px;
  }

  .body-info .info-text .services-text {
    padding: 0 75px 50px 8px;
  }

  .section1 .text-clean {
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
  }

  .text-clean .last-section .button-services-first {
    margin-top: 20px;
  }

  .section2 .text-clean {
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
  }

  .title-services {
    padding-bottom: 37px;
  }

  .black-square .control-hide {
    display: none;
  }

  .circle-div {
    margin-left: -5px;
  }

  .card-benefits {
    margin-right: 17px;
    margin-left: 17px;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 54%;
  }

  .listen-section .body-info-row {
    padding-bottom: 0px;
  }
}
.hide-desktop {
  display: none;
}

#getMobile .section2 .text-clean .adjust-text-left {
  display: inline;
}

.up-btn.clients-btn.button-listen-contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

.last-section .button-services-first {
  margin-top: 0px;
}

.lang-de .blue-button-home {
  background-color: #2197ce !important;
}

.lang-de .blue-button-home:hover {
  color: #2197ce !important;
  background-color: white !important;
}

.blue-button {
  background-color: #2197ce !important;
}

.blue-button:hover {
  background-color: #e6e6e6 !important;
  color: #2197ce;
}

.section1 img.checked {
  margin-right: 10px;
}

.section2 img.checked {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .faq-section .nav-menu .box-menu {
    height: 160px;
  }

  .faq-section .box-menu .img-nav {
    padding-top: 0px;
    height: 95px;
  }

  .green-ico,
.blue-ico {
    transform: scale(0.7);
  }

  .title-nav {
    font-size: 18px;
  }

  .container-jobs .job-link {
    max-width: 90%;
    text-align: left;
  }

  .button-slider1.btn1 {
    padding-left: 15px;
  }

  .button-slider1.btn2 {
    padding-right: 15px;
  }

  .body-info-row p {
    line-height: 22px;
  }

  .card-benefits {
    width: 300px;
  }

  .background-color-change {
    width: 300px;
  }

  .button-slider1 {
    margin-bottom: 50px;
    margin-top: -30px;
  }

  #getMobile .section1 .last-section,
#getMobile .section2 .last-section {
    text-align: center;
  }
  #getMobile .section1 img.checked,
#getMobile .section2 img.checked {
    float: left;
    margin-right: 10px;
  }
  #getMobile .section1 .text-clean {
    margin-top: 30px;
  }

  .title-services {
    padding-top: 20px;
  }

  .container .body-info.listen-section .title-listen {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-info .info-text .services-text {
    padding: 10px 30px 50px 30px;
  }

  .button-tabs {
    width: 240px;
  }

  .getSoftwareSection {
    margin-bottom: -1px;
  }

  .section-adjust-second {
    padding-right: 120px !important;
    padding-left: 120px !important;
    padding-bottom: 50px;
  }

  .section-adjust-second {
    padding-bottom: 40px;
  }

  .body-info .services-img,
.body-info .open-source-img {
    padding-bottom: 0px;
  }

  .homepage .body-info .services-img,
.body-info .open-source-img {
    padding: 0px 0px 20px 0px;
  }

  .text-check {
    width: 92%;
  }
}
.job-title .circle-div {
  width: 42px;
  height: 42px;
  font-size: 14px;
}

.job-title .circle-div p {
  margin-top: 4px;
  line-height: 14px;
}

.bubble-floating {
  position: absolute;
  top: -20px;
  right: 80px;
}

.bubble-floating.circle-div p {
  margin-top: 9px;
}

@media (max-width: 767px) {
  .JotFormIFrame {
    height: inherit !important;
  }

  #footer .section-images .laravel-certified-company {
    text-align: center;
  }
  #footer .section-images .good-firms {
    text-align: center;
  }

  .faq-page.video-background {
    background-position: top;
  }

  .nav-xs {
    padding-top: 30px;
  }

  img.about {
    width: 75px;
    height: 68px;
    transform: scale(1);
    margin-top: 10px;
  }

  img.coin {
    width: 78px;
    height: 78px;
    transform: scale(1);
    margin-top: 7px;
  }

  img.service {
    width: 72px;
    height: 72px;
    transform: scale(1);
    margin-top: 10px;
  }

  img.spec {
    margin-top: 10px;
    width: 60px;
    transform: scale(1);
    height: 75px;
  }

  .faq-section .box-menu .img-nav {
    padding-top: 10px;
  }

  .faq-section .box-menu .img-nav {
    height: 90px;
  }

  .faq-section .nav-menu .box-menu {
    height: 100px;
  }

  .faq-section .nav-menu {
    padding-left: 0px;
    padding-right: 0px;
  }

  .green-ico,
.blue-ico {
    transform: scale(0.4);
  }

  .title-nav {
    font-size: 14px;
  }

  .faq-section .questions-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-section .nav-menu .box-menu {
    height: 150px;
  }

  .row.benefits .card-benefits {
    margin-left: auto;
    margin-right: auto;
  }

  .button-services-first {
    margin-top: -160px;
  }

  .container-jobs .job-link {
    max-width: 85%;
  }

  .hide-desktop {
    display: block;
  }

  .last-section.option-a {
    padding-bottom: 50px !important;
    padding-top: 40px !important;
  }

  .up-btn.clients-btn.button-listen-contact {
    padding-bottom: 40px;
  }

  .listen-section .transform-img {
    margin-bottom: 0px !important;
  }

  .body-info-row .info-text p {
    line-height: 22px;
  }

  .button-services-first {
    margin-top: -140px;
  }

  .container .body-info.listen-section .title-listen {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0;
  }
  .container .body-info.listen-section .title-listen p {
    margin-bottom: 30px;
  }

  .container .body-info.listen-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .body-info .info-text .services-text {
    padding: 10px 15px 50px 15px !important;
  }

  .body-info.listen-section .info-text .services-text {
    padding: 10px 15px 25px 15px !important;
  }

  .mobile-icon.icon-resp-user {
    margin-top: 7px !important;
  }

  .non-tech-icon.icon-resp-user {
    transform: scale(1.8);
    margin-top: 4px !important;
  }

  .tech-icon {
    padding-right: 0px;
  }

  .non-tech-icon {
    padding-right: 0px;
  }

  .desktop-responsive {
    display: none;
  }

  .jsonapi {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .hide-mobile {
    display: none;
  }

  .background-blue .head {
    text-align: center;
  }

  .subtitle-third-section {
    margin-top: 0px;
    padding-top: 30px;
  }

  .section-adjust {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .section-adjust-second {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .button-tabs {
    border: none;
    padding: 0px;
    height: 90px;
  }

  .getSoftwareSection {
    background-color: #37464c;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .icon-resp-code {
    display: block;
    text-align: center;
    margin: 6px auto 14px;
    transform: scale(1.5);
  }

  .icon-resp-user {
    display: block;
    text-align: center;
    margin: 0px auto 14px;
    transform: scale(1.5);
  }

  .title-services {
    padding: 8px;
  }

  .services_pages .title-services {
    padding: 8px 8px 37px;
  }

  .first-section .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section1 .image-clean {
    padding-right: 15px;
  }

  .text-check {
    width: 88%;
  }

  .portfolio-btn {
    padding: 0px 15px 15px 15px !important;
  }
}
@media (max-width: 400px) {
  .faq-section .nav-menu .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-check {
    width: 85%;
  }

  .title-nav {
    font-size: 18px;
  }

  .container-jobs .job-link {
    max-width: 75%;
  }
}
