
/* container main box*/
.boxed {
  height: auto;
  width:100%;
  border-top: 1px solid;
  border-top-color: #ffffff;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .boxed {
    flex: 50%;
  }
}

/* second main box */
.boxes {
    display: table;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 96%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .boxes {
    flex: 50%;
  }
}

.boxed-2-container {
    background-color: ;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    justify-content: center;
}

/* Create two equal columns that floats next to each other */
.first-column {
    float: left;
    width: 20%;
    padding: 10px;
    background-position: center;
    overflow: hidden; 
    position: relative;
    height: auto; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .first-column {
    width: 100%;
  }
}

.trust1 {
    width: 100%; 
    display: flex; 
    margin-top: 5%;
    margin-bottom: 5%;
    align-items: center; 
    overflow: hidden; 
    position: relative;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .trust1 {
    width: 100%;
  }
}

/* Create two equal columns that floats next to each other */
.second-column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .second-column {
    width: 100%;
  }
}

.trust2 {
    width: 100%; 
    display: flex; 
    margin-top: 2.4%;
    margin-bottom: 2.4%;
    align-items: center; 
    overflow: hidden; 
    position: relative;   
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .trust2 {
    width: 100%;
  }
}

/* Create two equal columns that floats next to each other */
.third-column {
  float: left;
  width: 30%;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .third-column {
    width: 100%;
  }
}

.trust3 {
    width: 100%; 
    display: flex; 
    margin-top: 5%;
    margin-bottom: 5%;
    align-items: center; 
    overflow: hidden; 
    position: relative;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .trust3 {
    width: 100%;
  }
}

/* Clear floats after the columns */
.container-trust-row:after {
  content: "";
  display: table;
  clear: both;
}

/*
     FILE ARCHIVED ON 07:19:07 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:44:18 May 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.479
  load_resource: 40.934
  PetaboxLoader3.datanode: 40.241
*/