
@import 'https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css';


body {
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff!important;
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    height: 100%;

}


/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

body_light {
  background-color: #ffffff!important;
  overflow-x: hidden;
}

.logo_box {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  padding-top: 80px;
}

.logo {
  max-width: 500px;
}

.logo_technology {
  max-width: 380px;
}

@media screen and (max-width: 800px) {
  .logo {
    max-width: 400px;
  }
}

@media screen and (max-width: 420px) {
  .logo {
    max-width: 300px;
  }

  .logo_box {
    margin-bottom: 10px;
    padding-top: 60px;
  }

  .logo_technology {
    max-width: 280px;
  }
}

.warning_box {
  background: rgb(233,79,8);
  background: linear-gradient(0deg, rgba(233,79,8,1) 0%, rgba(233,117,8,1) 100%);
  color: #ffffff;
  border-radius: 80px;
  padding: 20px;
  font-size: 15px;
  letter-spacing: 1px;
  max-width: 50%;
  margin: auto;
}

.warning_title {
  font-size: 25px;
}

@media screen and (max-width: 1100px) {
  .warning_box {
    background: rgb(233,79,8);
    background: linear-gradient(0deg, rgba(233,79,8,1) 0%, rgba(233,117,8,1) 100%);
    color: #ffffff;
    border-radius: 70px;
    padding: 30px;
    max-width: 60%;
    margin: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .warning_box {
    background: rgb(233,79,8);
    background: linear-gradient(0deg, rgba(233,79,8,1) 0%, rgba(233,117,8,1) 100%);
    color: #ffffff;
    border-radius: 70px;
    padding: 30px;
    font-size: 15px;
    max-width: 70%;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 420px) {
  .warning_box {
    background: rgb(233,79,8);
    background: linear-gradient(0deg, rgba(233,79,8,1) 0%, rgba(233,117,8,1) 100%);
    color: #ffffff;
    border-radius: 50px;
    padding: 30px;
    font-size: 12px;
    max-width: 80%;
    margin: auto;
  }
  .warning_title {
    font-size: 18px;
  }
}

.top_description {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.top_description_text {
  color: #10181f;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 20px!important;
}

.click_below {
  color: #10181f;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-top: 30px!important;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  font-style: italic;
  margin: auto;
    width: 60%!important;
}

#description_medium_screen {
  display: none;
}

#description_small_screen {
  display: none;
}

@media screen and (max-width: 1100px) {
  .top_description_text {
    font-size: 28px;
    font-weight: 650;
    letter-spacing: 3px;
    margin-top: 20px!important;
  }
  
  .click_below {
    color: #10181f;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 30px!important;
    padding-left: 50px;
    padding-right: 50px;
    font-style: italic;
    margin: auto;
    width: 80%!important;
  }

  #description_big_screen {
    display: block;
  }

  #description_medium_screen {
    display: none;
  }

  #description_small_screen {
    display: none;
  }

  .top_description {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1000px) {
  .top_description_text {
    font-size: 30px;
    font-weight: 650;
    letter-spacing: 3px;
    margin-top: 20px!important;
  }

  #description_big_screen {
    display: none;
  }

  #description_medium_screen {
    display: block;
  }

  #description_small_screen {
    display: none;
  }
  
  .click_below {
    color: #10181f;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 30px!important;
    padding-left: 50px;
    padding-right: 50px;
    font-style: italic;
  }
}

@media screen and (max-width: 420px) {
  .top_description_text {
    color: #10181f;
    font-size: 19px;
    font-weight: 650;
    letter-spacing: 3px;
    margin-top: 20px!important;
  }

  #description_big_screen {
    display: none;
  }

  #description_medium_screen {
    display: none;
  }

  #description_small_screen {
    display: block;
  }
  
  .click_below {
    color: #10181f;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 30px!important;
    padding-left: 50px;
    padding-right: 50px;
    font-style: italic;
    margin: auto;
    width: 95%!important;
  }

  .top_description {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }
}


.technical_detail_banner {
  background: rgba(180, 180, 180, 0.14);
  padding: 10px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 550px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .technical_detail_banner {
    max-width: 450px;
  }
}

@media screen and (max-width: 500px) {
  .technical_detail_banner {
    font-size: 20px;
    max-width: 350px;
  }

}

@media screen and (max-width: 576px) {
  .columns_details {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}

@media screen and (max-width: 420px) {
  .technical_detail_banner {
    font-size: 20px;
    max-width: 300px;
  }
}


.technical_detail_subtitle {
  background: rgba(243, 123, 10, 0.14);
  padding: 10px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 20px!important;
  max-width: 150px!important;
  letter-spacing: 2px;
}


#phone_companies_video_layout {
  display: none;
}

#phone_original_video_layout {
  display: none;
}

@media screen and (max-width: 1100px) {
  
  #desktop_companies_video_layout {
    display: none;
  }

  #phone_companies_video_layout {
    display: block;
  }

  #desktop_original_video_layout {
    display: none;
  }

  #phone_original_video_layout {
    display: block;
  }
}

@media screen and (max-width: 1025px) and (orientation: landscape) {
  
  #desktop_companies_video_layout {
    display: block;
  }

  #phone_companies_video_layout {
    display: none;
  }

  #desktop_original_video_layout {
    display: block;
  }

  #phone_original_video_layout {
    display: none;
  }
}





.t_desktop {
  display: table;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.t_desktop_original {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.t_phone {
  display: table;
  /* width: 100%; */
  margin-top: 100px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.t_choice_phone {
  display: table;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}



ul {
  display: table-row;
}

li {
  display: table-cell;
  margin: 0 auto;
}

li video {
  margin: 0 auto;
  display: block;
  width: 100%;
}

iframe {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

#video_box{
  position:relative;
}
#video_overlays {
  position:absolute;
  z-index:300000;
  top:0;
  left:0;
  text-align:center;
}

.video_placeholder {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
}

.video_placeholder > div{
  height: 23vw;
  background-color: #d3d3d3;
  border-radius: 10px;
}

.video_placeholder > div > span{
  line-height: 23vw;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  color:#10181f;
}

@media screen and (max-width: 767px) {
  .video_placeholder > div{
    height: 46vw;
    background-color: #d3d3d3;
    border-radius: 10px;
  }
  
  .video_placeholder > div > span{
    line-height: 46vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    color:#10181f;
  }
}



.video_loader {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.video_loader_original {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
}

.video_loader > .video_loader_div{
  height: 23vw;
  vertical-align: middle;
  line-height: 23vw;
  display: inline-block;
}

.video_loader_original > .video_loader_div{
  height: 23vw;
  vertical-align: middle;
  line-height: 23vw;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .video_loader > .video_loader_div{
    height: 46vw;
    line-height: 46vw;
  }
  .video_loader_original > .video_loader_div{
    height: 46vw;
    line-height: 46vw;
  }
}





.video_placeholder_phone {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  margin: 0 auto;
}

.video_placeholder_phone > div{
  height: 46vw;
  background-color: #d3d3d3;
  border-radius: 10px;
}

.video_placeholder_phone > div > span{
  line-height: 46vw;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  color:#10181f;
}

.control_phone {
  height: 80px;
  margin-left:40px;
  margin-right:40px;
  cursor: pointer;
}

.control_phone_original {
  height: 60px;
  margin-left:20px;
  margin-right:20px;
  cursor: pointer;
}

.control_name {
  width: 80px;
  margin-left:40px;
  margin-right:40px;
  text-align: center;
  line-height: normal;
  font-weight: 350;
  letter-spacing: 0.5px;
  font-size: 27px;
}

.control_name_original {
  width: 60px;
  margin-left:20px;
  margin-right:20px;
  text-align: center;
  line-height: normal;
  font-weight: 350;
  letter-spacing: 0.5px;
}


@media screen and (max-width: 1100px) {
  .control_phone {
    height: 70px;
    margin-left:40px;
    margin-right:40px;
  }

  .control_name {
    width: 70px;
    margin-left:40px;
    margin-right:40px;
    font-size: 20px;
  }

  .control_phone_original {
    height: 60px;
    margin-left:20px;
    margin-right:20px;
  }

  .control_name_original {
    width: 60px;
    margin-left:20px;
    margin-right:20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  .control_phone {
    height: 70px;
    margin-left:40px;
    margin-right:40px;
  }

  .control_name {
    width: 70px;
    margin-left:45px;
    margin-right:45px;
    font-size: 20px;
  }

  .control_phone_original {
    height: 50px;
    margin-left:20px;
    margin-right:20px;
  }

  .control_name_original {
    width: 50px;
    margin-left:25px;
    margin-right:25px;
    font-size: 20px;
  }
}

@media screen and (max-width: 420px) {
  .control_phone {
    height: 50px;
    margin-left:30px;
    margin-right:30px;
  }

  .control_name {
    width: 50px;
    margin-left:30px;
    margin-right:30px;
    font-size: 15px;
    text-align: center;
  line-height: normal;
  font-weight: 350;
  letter-spacing: 0.5px;
  }

  .control_phone_original {
    height: 50px;
    margin-left:20px;
    margin-right:20px;
  }

  .control_name_original {
    width: 50px;
    margin-left:20px;
    margin-right:20px;
    font-size: 15px;
  }
}


/* MAIN RADIO*/
/* =============================================== */
.rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  padding: 14px 16px;
  margin: 10px 0;

  cursor: pointer;
  transition: .3s;
}

/* .rad-label:hover {
  background: hsla(0, 0%, 80%, .14);
} */

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: linear-gradient(to right bottom, #fc4a00 0%, #ff8000 100%);
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 60%);
  margin-left: 14px;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 900;

  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}

.radio_image_original {
  margin: 15px;
  max-height: 220px;
}

.radio_image {
  margin-bottom: 15px;
  max-height: 220px;
}

.radio_image_left {
  /* margin-bottom: 15px; */
  margin-right: 15px;
  max-height: 80px;
}

.rad-label input {
  visibility: hidden;
}


/* IMAGE RADIO*/
/* =============================================== */
.rad-image-label {
  display: block;
  align-items: center;

  border-radius: 30px;
  padding: 4px 6px;

  cursor: pointer;
  transition: .3s;

  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .rad-image-label {
    border-radius: 15px;
  }
}

/* .rad-image-label:hover{
  background: hsla(0, 0%, 80%, .14);
} */

.rad-image-label:hover{
  background: rgba(198, 198, 198, 0.14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-image-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  margin: 0 auto;

  background: linear-gradient(to right bottom, hsl(9, 94%, 50%), hsl(32, 97%, 49%));
  position: relative;
}

@media screen and (max-width: 1400px) {
  .rad-image-design {
    width: 22px;
    height: 22px;
  }
}

.rad-image-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-image-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 60%);
  margin-left: 14px;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 900;

  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}

.radio_image_original {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.radio_image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.rad-image-label input {
  visibility: hidden;
}






.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  width: 90%;
  height: auto;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 120px;
  margin-bottom: 50px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  color: #e94f08;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  /* align-items: flex-end; */
  flex-wrap: wrap;
}

.comparison ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  /* align-items: flex-end; */
  flex-wrap: wrap;
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

.comparison ul li {
  box-sizing: border-box;
  flex: 1;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}


.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #575757;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comparison ul li label {
  transition: all 0.3s ease-in-out;
  color: #575757;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label br {
  display: none;
}

.comparison ul li label br {
  display: none;
}


.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.comparison ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #8d8d8d;
}

.comparison ul li label:hover, .comparison ul li label:focus, .comparison ul li label:active {
  outline: 0;
  color: #8d8d8d;
}

.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #cfcfcf;
}

.comparison ul li label:hover svg, .comparison ul li label:focus svg, .comparison ul li label:active svg {
  fill: #cfcfcf;
}

.tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #ff7b00;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #ff7b00;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #ff7b00;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #ff7b00;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #ff7b00;
}
@media (max-width: 300px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #ff7b00;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #ff7b00;
}
@media (max-width: 300px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 500px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 300px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}


.packetloss_rtt {
    background: rgba(180, 180, 180, 0.14);
    padding: 10px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.select {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 330px;
  height: 100%;
  border-bottom: 0px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.select > i.toggle {
  position: absolute;
  z-index: 4;
  right: 1.5em;
  top: 1.6em;
  color: #e94f08;
}
.select .title,
.select .placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.select > input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.select > input:checked ~ i.toggle.icon-arrow-down {
  display: none;
}
.select > input:checked ~ i.toggle.icon-arrow-up {
  display: block;
}
.select > input:checked div.options label.option .title {
  display: none !important;
}
.select > input:not(:checked) {
  z-index: 4;
}
.select > input:not(:checked) ~ label.option > span.title {
  display: none;
}
.select > input:not(:checked) ~ i.toggle.icon-arrow-up {
  display: none;
}
.select > input:not(:checked) ~ i.toggle.icon-arrow-down {
  display: block;
}
.select > input:disabled {
  cursor: no-drop;
}
.select > span.placeholder {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #999;
  border-top: 0px;
}
.select label.option {
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: all 1s ease-out;
}
.select label.option span.title {
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
.select label.option span.title i.icon {
  padding-right: 8px;
  color: #92a8d1;
}
.select label.option span.title:hover {
  color:#e94f08;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.select label.option input {
  display: none;
}
.select label.option input:checked ~ span.title {
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  font-size: 12px;
  background: #fff;
  border-top: 0px;
  box-shadow: none;
  color: inherit;
  width: 100%;
}
.select label.option input:disabled ~ span.title {
  background: #f9f9f9 !important;
  color: #aaa;
}
.select label.option input:disabled ~ span.title:hover {
  color: #aaa;
  background: none;
  cursor: no-drop;
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ff7b00;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





.revealOnScroll { opacity: 0; }

.hidden { 
  opacity: 0; 
}

.visible { 
  opacity: 1; 
}




.footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  background-color: #efefef;
  text-align: center;
  margin-top: auto;
  padding-left: 20px!important;
  padding-right: 20px!important;
}


.column_howto_1 {
  text-align: start;
}

.column_howto_2 {
  text-align: end;
}

#links_phone {
  display: none;
}

.howto_link_home {
  color: #333333;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 300; 
}


@media screen and (max-width: 420px){
  .howto_link_home {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 8px;
    letter-spacing: 1px;
    font-weight: 300; 
  }
}

.howto_link_home:before, .howto_link_home:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e57921;
}
.howto_link_home:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.howto_link_home:after {
  opacity: 1;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
/* .howto_link_home:hover:before, .howto_link_home:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.howto_link_home:hover:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.howto_link_home:hover:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
} */

.howto_link_home:hover {
    cursor: pointer;
}


.howto_link {
  color: #333333;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 8px;
    letter-spacing: 1px;
    font-weight: 300; 
}

.angle_link {
  color: #ff7b00;
  font-size: 30px;
}

.column_howto_text_1 {
  padding-left: 20px!important;
}

.column_howto_text_2 {
  padding-right: 20px!important;
}

@media screen and (max-width: 767px) {
  #links_phone {
    display: block;
  }

  #links_desktop {
    display: none;
  }

  .howto_link {
    /* padding-bottom: 0px; */
  }
}

@media screen and (max-width: 420px) {
  .howto_link {
    font-size: 20px;
  }

  .column_howto_1 {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .column_howto_2 {
    text-align: center;
  }

  .angle_link {
    color: #ff7b00;
    font-size: 20px;
  }

}


.howto_link:before, .howto_link:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e57921;
}
.howto_link:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.howto_link:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.howto_link:hover:before, .howto_link:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.howto_link:hover:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.howto_link:hover:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

.howto_link:hover {
    cursor: pointer;
}

#buttons_phone_1 {
  display: none;
}

#buttons_phone_2 {
  display: none;
}


.howto_container {
  text-align: center;
  margin-right: 0px;
  background: rgb(233,79,8);
  background: linear-gradient(0deg, rgba(233,79,8,1) 0%, rgba(233,117,8,1) 100%);
  border-radius: 80px;
  padding: 35px;
  max-width: 500px;
}


.howto_link_white {
  color: #ffffff;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 300; 
}

@media screen and (max-width: 1100px) {
  .howto_link_white {
    font-size: 20px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 400; 
  }

  .howto_container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 80px;
    padding: 40px;
    max-width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .howto_link_white {
    font-size: 20px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 300; 
  }

  .howto_container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 80px;
    padding: 30px;
    max-width: 500px;
  }

  #buttons_phone_1 {
    display: block;
  }
  
  #buttons_phone_2 {
    display: block;
  }

  #buttons_desktop {
    display: none;
  }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  .howto_link_white {
    font-size: 15px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 300; 
  }

  .howto_container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 80px;
    padding: 30px;
    max-width: 400px;
  }
}

@media screen and (max-width: 420px) {
  .howto_link_white {
    font-size: 15px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 300; 
  }

  .howto_container {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 80px;
    padding: 30px;
    max-width: 400px;
  }

  #buttons_phone_1 {
    display: block;
  }
  
  #buttons_phone_2 {
    display: block;
  }

  #buttons_desktop {
    display: none;
  }
}



.howto_link_white:before, .howto_link_white:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
}
.howto_link_white:before {
  opacity: 0;
  transform: translateY(-8px);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
.howto_link_white:after {
  opacity: 0;
  transform: translateY(4px);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.howto_link_white:hover:before, .howto_link_white:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.howto_link_white:hover:before {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
.howto_link_white:hover:after {
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

.howto_link_white:hover {
    cursor: pointer;
}


.line_div {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 420px) {
  .line_div {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}

.title_original_box {
  text-align: center;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding-left: 40px!important;
  padding-right: 40px!important;
}

.title_original {
  color: #f5650d;
  font-size: 35px;
  font-weight: 650;
  letter-spacing: 3px;
}

@media screen and (max-width: 420px) {
  .title_original {
    font-size: 20px;
  }
}


.technical_details_title {
  color: #10181f;
  font-size: 50px;
  font-weight: 650;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .technical_details_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .technical_details_title {
    font-size: 30px;
    padding-left: 20px!important;
    padding-right: 20px!important;
    margin-bottom: 10px;
  }
}



.main_text_home_desktop {
  color: #10181f;
  text-align: center;
  width: 500px;
  line-height: 400px;
}

@media screen and (max-width: 1350px) {
  .main_text_home_desktop {
    color: #10181f;
    text-align: center;
    width: 300px;
    line-height: 380px;
    font-size: 30px!important;
  }
}


.main_text_home_phone {
  color: #10181f;
  text-align: center;
  width: 400px;
  line-height: 400px;
}


#graphics_phone {
  display: none;
  height: 420px!important;
}

#graphics_text_phone_ {
  display: none;
}

#graphics_text_phone {
  display: none;
}

@media screen and (max-width: 1100px) {
  #graphics_desktop {
    display: none;
  }

  #graphics_phone {
    display: block;
    height: 420px!important;
  }

  #graphics_text_phone {
    display: block;
  }

  #graphics_text_phone_ {
    display: block;
  }

  .main_text_home_phone {
    line-height: 200px;
    font-size: 30px;
    width: 600px!important;
  }
}

@media screen and (max-width: 800px) {

  .main_text_home_phone {
    line-height: 180px;
    font-size: 27px;
    width: 600px!important;
  }
}

.phone_video_home {
  height: 400px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}

@media screen and (max-width: 490px){
  .phone_video_home {
    height: 300px;
  }
}

.animation_phone_box {
  width: 490px;
}

.animation_phone_frame {
  height: 400px;
}

@media screen and (max-width: 490px) {
  .animation_phone_box {
    width: 390px;
  }
  
  .animation_phone_frame {
    height: 300px;
  }

  #graphics_phone {
    height: 300px!important;
  }
}

.left_text_box {
  text-align: left;
  font-size: 40px;
}

.center_text_box {
  text-align: center;
  font-size: 35px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 500px) {
  .left_text_box {
    font-size: 30px;
  }
  
  .center_text_box {
    font-size: 30px;
  }
}



@-webkit-keyframes frame-animation {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes frame-animation {
  100% {
    transform: translateX(-100%);
  }
}

.Animation {
  overflow: hidden;
}

.Animation-frames {
  -webkit-animation: frame-animation 400ms infinite;
          animation: frame-animation 400ms infinite;
  -webkit-animation-timing-function: steps(6);
          animation-timing-function: steps(6);
  display: flex;
  width: 600%;
}

.Animation-frame {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.Animation-frames-good-signal {
  -webkit-animation: frame-animation 500ms infinite;
          animation: frame-animation 500ms infinite;
  -webkit-animation-timing-function: steps(12);
          animation-timing-function: steps(12);
  display: flex;
  width: 1200%;
}

.Animation-frame-good-signal {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.Animation-frames-bad-signal {
  -webkit-animation: frame-animation 1200ms infinite;
          animation: frame-animation 1200ms infinite;
  -webkit-animation-timing-function: steps(20);
          animation-timing-function: steps(20);
  display: flex;
  width: 2000%;
}

.Animation-frame-bad-signal {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 5%;
  max-width: 5%;
  flex-basis: 5%;
}




.Animation_router {
  overflow: hidden;
  min-width: 350px;
}

.Animation-frames-router {
  -webkit-animation: frame-animation 1700ms infinite;
          animation: frame-animation 1700ms infinite;
  -webkit-animation-timing-function: steps(16);
          animation-timing-function: steps(16);
  display: flex;
  width: 1600%;
  margin: auto;
  line-height: 350px;
  vertical-align: middle;
}

.Animation-frame-router {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 6.25%;
  max-width: 6.25%;
  flex-basis: 6.25%;
}


.Animation_color_split {
  overflow: hidden;
  min-height: 350px;
  width: 100%;
}

.Animation-frames-color_split {
  -webkit-animation: frame-animation 2000ms infinite;
          animation: frame-animation 2000ms infinite;
  -webkit-animation-timing-function: steps(17);
          animation-timing-function: steps(17);
  display: flex;
  width: 1700%;
  margin: auto;
  line-height: 350px;
  vertical-align: middle;
}

.Animation-frame-color_split {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 5.8823529412%;
  max-width: 5.8823529412%;
  flex-basis: 5.8823529412%;
}



.Animation_network {
  overflow: hidden;
  min-height: 350px;
}

.Animation-frames-network {
  -webkit-animation: frame-animation 5200ms infinite;
          animation: frame-animation 5200ms infinite;
  -webkit-animation-timing-function: steps(36);
          animation-timing-function: steps(36);
  display: flex;
  width: 3600%;
  /* margin: auto;
  line-height: 350px;
  vertical-align: middle; */
}

.Animation-frame-network {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 2.7777777778%;
  max-width: 2.7777777778%;
  flex-basis: 2.7777777778%;
}



.Animation_color_merge {
  overflow: hidden;
  min-height: 350px;
}

.Animation-frames-color_merge {
  -webkit-animation: frame-animation 6000ms infinite;
          animation: frame-animation 6000ms infinite;
  -webkit-animation-timing-function: steps(51);
          animation-timing-function: steps(51);
  display: flex;
  width: 5100%;
  margin: auto;
  line-height: 350px;
  vertical-align: middle;
}

.Animation-frame-color_merge {
  display: block;
  /* width: 16.6666666667%;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%; */
  width: 1.9607843137%;
  max-width: 1.9607843137%;
  flex-basis: 1.9607843137%;
}


.animation_row {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}


.flip {
  -webkit-backface-visibility:hidden;
  -webkit-transform:translateX(0); 
  -moz-backface-visibility:hidden;
  -moz-transform:translateX(0);
}
.flip.out {
  -webkit-transform: rotateY(-90deg) scale(.9);
  -webkit-animation-name: flipouttoleft;
  -webkit-animation-duration: 175ms;
  -moz-transform: rotateY(-90deg) scale(.9);
  -moz-animation-name: flipouttoleft;
  -moz-animation-duration: 175ms;
}
.flip.in {
  -webkit-animation-name: flipintoright;
  -webkit-animation-duration: 225ms;
  -moz-animation-name: flipintoright;
  -moz-animation-duration: 225ms;
}
.flip.out.reverse {
  -webkit-transform: rotateY(90deg) scale(.9);
  -webkit-animation-name: flipouttoright;
  -moz-transform: rotateY(90deg) scale(.9);
  -moz-animation-name: flipouttoright;
}
.flip.in.reverse {
  -webkit-animation-name: flipintoleft;
  -moz-animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
  from { -webkit-transform: rotateY(0); }
  to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@-moz-keyframes flipouttoleft {
  from { -moz-transform: rotateY(0); }
  to { -moz-transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
  from { -webkit-transform: rotateY(0) ; }
  to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@-moz-keyframes flipouttoright {
  from { -moz-transform: rotateY(0); }
  to { -moz-transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
  from { -webkit-transform: rotateY(-90deg) scale(.9); }
  to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoleft {
  from { -moz-transform: rotateY(-90deg) scale(.9); }
  to { -moz-transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
  from { -webkit-transform: rotateY(90deg) scale(.9); }
  to { -webkit-transform: rotateY(0); }
}
@-moz-keyframes flipintoright {
  from { -moz-transform: rotateY(90deg) scale(.9); }
  to { -moz-transform: rotateY(0); }
}

#color_split_video {
  width: 100%;
}

#router_video {
  height: 100%;
}

#network_video {
  height: 100%;
}

#color_merge_video {
  width: 100%;
}

#color_split_size_video {
  width: 80%;
}

#swymed_tunnel_video {
  width: 80%;
}

#generic_tunnel_video {
  width: 80%;
}

@media screen and (max-width: 1200px) {
  #color_split_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #router_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #network_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #color_merge_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #color_split_size_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #swymed_tunnel_video {
    height: 100%;
    margin-top: 40px;
  }
  
  #generic_tunnel_video {
    height: 100%;
    margin-top: 40px;
  }
}



/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  padding: 24px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
} */

.container_data {
  max-width: 550px!important;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  padding-top: 20px;
}

.table_data {
  width: 100%;
  border: 1px solid #EEEEEE;
  font-size: 20px;
}

.table-header {
  display: flex;
  width: 100%;
  background: #e94f08;
  padding: 18px 0;
}

.table-row {
  display: flex;
  width: 100%;
  padding: 18px 0;
}
.table-row:nth-of-type(odd) {
  background: #EEEEEE;
}

.table-data, .header__item {
  flex: 1 1 20%;
  text-align: center;
}

.header__item {
  text-transform: uppercase;
}

.filter__link {
  font-size: 20px;
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 420px) {
  .filter__link {
    font-size: 17px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .table_data {
    font-size: 15px;
  }
}


.filter__link::after {
  content: "";
  position: absolute;
  right: -18px;
  color: white;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__link.desc::after {
  content: "(desc)";
}
.filter__link.asc::after {
  content: "(asc)";
}