@font-face {
  font-family: Atmospheric;
  src: url('../fonts/Atmospheric-rg4aL.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Exodar Outline;
  src: url('../fonts/ExodarOutline-9Yy27.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Outline Pixel7;
  src: url('../fonts/OutlinePixel7-yGMZ.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Squad Regular;
  src: url('../fonts/SquadRegular-8Md3z.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sphere Fez;
  src: url('../fonts/SphereFez-eZxam.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Home Video;
  src: url('../fonts/HomeVideo-BLG6G.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Home Video Bold;
  src: url('../fonts/HomeVideoBold-R90Dv.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: NetWrld;
  src: url('../fonts/Networld-3zRwp.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Axronic;
  src: url('../fonts/Axronic-lxeDD.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Slight Regular;
  src: url('../fonts/SlightRegular-RpG13.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: SS Outline;
  src: url('../fonts/SingaporeSlingOutline-qzad.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Varin Regular;
  src: url('../fonts/VarinonormalRegular-nRYg4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --odfsec-red: red;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-global {
  background-color: #000;
}

.navmain {
  margin-bottom: 20px;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  filter: drop-shadow(0 0 12px #ff000080);
  color: var(--odfsec-red);
  letter-spacing: .25px;
  text-transform: uppercase;
  text-shadow: 0 0 12px #ff000080;
  mix-blend-mode: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Atmospheric, Arial, sans-serif;
  font-size: 13px;
  line-height: 10px;
  text-decoration: none;
  transition: all .25s ease-in;
}

.nav-link:hover {
  filter: contrast(200%) drop-shadow(0px 0px 12px var(--odfsec-red));
  color: var(--odfsec-red);
  text-shadow: 0 0 12px var(--odfsec-red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
  display: block;
}

.nav-link.w--current {
  color: #b22222;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.nav-button {
  color: red;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 2.5px solid red;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Atmospheric, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .35s;
  box-shadow: 0 2px 13px 5px #ff000040;
}

.nav-button:hover {
  color: #000;
  background-color: red;
  font-family: Atmospheric, Arial, sans-serif;
  box-shadow: 0 2px 14px 9px #ff000052;
}

.nav-button:active {
  background-color: var(--odfsec-red);
}

.companytitle-heading {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 0 18px #ff0000bf;
  margin-top: 0;
  font-family: SS Outline, Times New Roman, sans-serif;
  font-size: 50px;
}

.companytitle-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-code-snippet {
  display: none;
}

.udesly-typewriter-effect {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Outline Pixel7, Georgia, sans-serif;
  font-size: 25px;
}

.companytitle-section {
  margin-top: 225px;
  margin-bottom: 300px;
}

.companyinfo-paragraph {
  color: red;
  text-align: center;
  text-transform: uppercase;
  font-family: Home Video, Arial, sans-serif;
  font-size: 17px;
}

.companyinfo-section {
  margin-bottom: 300px;
}

.companyinfo-heading {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 4px 16px #ff000080;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: SS Outline, Times New Roman, sans-serif;
  font-size: 60px;
}

.companyinfo-tablink {
  border: 2px solid var(--odfsec-red);
  color: var(--odfsec-red);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  font-family: Exodar Outline, Trebuchet MS, sans-serif;
  font-size: 25px;
  font-weight: 400;
  transition: all .25s ease-in;
  box-shadow: 0 -2px 15px 4px #f003;
}

.companyinfo-tablink:hover {
  color: red;
  text-shadow: 0 2px 7px #ff0000d9;
  font-weight: 400;
  box-shadow: 0 -2px 15px 4px #ff000057;
}

.companyinfo-tablink.w--current {
  background-color: var(--odfsec-red);
  color: #000;
  text-shadow: 0 2px 12px #000000d9;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  transition: all .25s ease-in;
  box-shadow: 0 -2px 15px 4px #ff000057;
}

.companyinfo-tabmenu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.bold-text {
  font-weight: 700;
}

.tabs-content {
  margin-bottom: 100px;
}

.bold-text-2 {
  font-style: italic;
}

.companyinfo-tsbold {
  font-family: Home Video Bold, Impact, sans-serif;
  font-size: 24px;
}

.companypartners-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: text-top;
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: inline;
}

.companyinfo {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 4px 16px #ff000080;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: SS Outline, Times New Roman, sans-serif;
  font-size: 60px;
}

.companylogo-display {
  margin-bottom: 50px;
}

.companypartners-section {
  margin-bottom: 300px;
}

.navfooter {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 500px;
  padding: 50px 30px 15px;
  position: relative;
}

.navfooter-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navfooter-headingsmall {
  color: var(--odfsec-red);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Home Video Bold, Impact, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 16px;
}

.navfooter-link {
  color: var(--odfsec-red);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Home Video, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.navfooter-link:hover {
  filter: contrast(200%);
  text-shadow: 0 0 12px #ff0000bf;
}

.footer-divider {
  background-color: red;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  box-shadow: 0 6px 16px 3px #ff00003d;
}

.navfooter-copyright {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: normal;
  font-family: Home Video, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.sitewarning-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--odfsec-red);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: inline-flex;
  box-shadow: 0 0 20px 2px #ff000080;
}

.sitewarning-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sitewarning-heading {
  color: var(--odfsec-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Home Video Bold, Impact, sans-serif;
}

.paragraph {
  color: var(--odfsec-red);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Home Video, Arial, sans-serif;
}

.companypartners-cardparagraph {
  color: var(--odfsec-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Home Video, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}

.companypartners-card {
  border: 3px solid var(--odfsec-red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 8px 2px #ff000040, inset 0 0 14px 2px #ff000080;
}

.companypartners-cardtitle {
  color: var(--odfsec-red);
  text-align: center;
  font-family: Exodar Outline, Trebuchet MS, sans-serif;
  font-size: 30px;
}

.companypartners-flexcolumn {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.companypartners-link {
  color: var(--odfsec-red);
}

.companypartners-link:hover {
  text-shadow: 0 3px 5px red;
  text-decoration: none;
}

.companypartners-column {
  margin-bottom: 40px;
}

.companypartners-div1 {
  margin-top: 40px;
}

.companypartners-paragraph {
  color: var(--odfsec-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  font-family: Home Video, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}

.companyinfo-returnicondiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.companyinfo-returnicon {
  color: red;
  transform-style: preserve-3d;
  font-size: 20px;
  text-decoration: none;
  position: static;
  transform: rotate(180deg)scale(1.5);
}

.companyinfo-returniconlink {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.companysoftware-section {
  margin-top: 100px;
}

.companysoftware-heading1 {
  color: var(--odfsec-red);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  font-family: SS Outline, Times New Roman, sans-serif;
  font-size: 30px;
}

.companysoftware-div1 {
  border: 2px solid var(--odfsec-red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: inset 0 2px 18px 4px #ff000040, 0 0 12px 2px #ff000040;
}

.companysoftware-paragraph1 {
  color: var(--odfsec-red);
  text-align: center;
  margin-bottom: 20px;
  font-family: Home Video, Arial, sans-serif;
}

.companysoftware-paragraph2 {
  color: var(--odfsec-red);
  text-align: center;
  margin-bottom: -10px;
  font-family: Home Video Bold, Impact, sans-serif;
  font-size: 13px;
}

.companysoftware-button {
  border: 2px solid var(--odfsec-red);
  color: var(--odfsec-red);
  vertical-align: baseline;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  font-family: Sphere Fez, Georgia, sans-serif;
  transition: all .25s ease-in;
  display: flex;
}

.companysoftware-button:hover {
  border-style: solid;
  border-color: var(--odfsec-red);
  background-color: var(--odfsec-red);
  color: #000;
  text-shadow: 0 0 4px #000;
  box-shadow: 0 0 18px 3px #ff000080;
}

.webdevcontact-form_field_label {
  color: var(--odfsec-red);
  text-align: center;
  margin-bottom: 20px;
  font-family: Sphere Fez, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.webdevcontact-form_input {
  border: 2px solid var(--odfsec-red);
  color: var(--odfsec-red);
  text-transform: uppercase;
  cursor: text;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Home Video, Arial, sans-serif;
  transition: all .25s ease-in;
}

.webdevcontact-form_input:hover {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 18px 5px #ff000040;
}

.webdevcontact-form_input:focus-visible, .webdevcontact-form_input[data-wf-focus-visible] {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 16px 5px #ff000080;
}

.webdevcontact-form_input::placeholder {
  color: #b22222;
}

.webdevcontact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 220px;
  display: flex;
}

.webdevcontact-form_div_2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.webdevcontact-form_checkbox {
  color: var(--odfsec-red);
  font-family: Home Video, Arial, sans-serif;
}

.webdevcontact-form_div_1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webdevcontact-form_div_1-1 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: grid;
}

.webdevcontact-form_flexcontainer_1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
}

.webdevcontact-form_select_input {
  border: 2px solid var(--odfsec-red);
  color: #b22222;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  font-family: Home Video, Arial, sans-serif;
}

.webdevcontact-form_select_input:hover {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 18px 5px #ff000040;
}

.webdevcontact-form_select_input:focus {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 18px 5px #ff000080;
}

.seperator-div {
  background-color: var(--odfsec-red);
  margin: 40px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.checkbox {
  cursor: pointer;
  border: 1px solid red;
}

.checkbox.w--redirected-checked {
  border-color: var(--odfsec-red);
  background-color: #000;
}

.webdevcontact-form_field_sublabel {
  color: var(--odfsec-red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Slight Regular, Arial, sans-serif;
  font-size: 16px;
}

.webdevcontact-form_input_textarea {
  border: 2px solid var(--odfsec-red);
  color: var(--odfsec-red);
  background-color: #000;
  border-radius: 20px;
  min-height: 100px;
  font-family: Home Video, Arial, sans-serif;
  font-size: 16px;
}

.webdevcontact-form_input_textarea::placeholder {
  color: #b22222;
}

.webdevcontact-form_div_3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.webdevcontact-section {
  margin-top: 40px;
}

.webdevcontact-form_input-_centerph {
  border: 2px solid var(--odfsec-red);
  text-transform: uppercase;
  cursor: text;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Home Video, Arial, sans-serif;
  transition: all .25s ease-in;
}

.webdevcontact-form_input-_centerph:hover {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 18px 5px #ff000040;
}

.webdevcontact-form_input-_centerph:focus-visible, .webdevcontact-form_input-_centerph[data-wf-focus-visible] {
  border-color: var(--odfsec-red);
  box-shadow: 0 0 16px 5px #ff000080;
}

.webdevcontact-form_input-_centerph::placeholder {
  color: #b22222;
  text-align: center;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.webdevcontact-form_submit {
  border: 2px solid var(--odfsec-red);
  color: var(--odfsec-red);
  background-color: #000;
  border-radius: 20px;
  font-family: Sphere Fez, Georgia, sans-serif;
}

.softwarecenter-container {
  text-align: center;
  padding: 10px;
}

.softwarecenter-listitem {
  margin-bottom: 10px;
  padding-top: 10px;
}

.softwarecenter-titletext {
  color: var(--odfsec-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: SS Outline, Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.softwarecenter-titlepgraph {
  color: var(--odfsec-red);
  margin-bottom: 40px;
  font-family: Home Video, Arial, sans-serif;
}

.cell {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.tabspadding {
  padding: 20px;
}

.companycontact-div1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.companycontact-section {
  margin-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navfooter-container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navfooter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .navfooter-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navmain {
    margin-bottom: 0;
  }

  .navbar-wrapper {
    flex-flow: column;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    color: var(--odfsec-red);
  }

  .menu-button.w--open {
    color: red;
    background-color: #000;
  }

  .companytitle-heading {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: 28px;
  }

  .udesly-typewriter-effect {
    font-size: 18px;
  }

  .companytitle-section {
    margin-top: 60px;
    margin-bottom: 140px;
  }

  .companyinfo-paragraph {
    color: var(--odfsec-red);
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .companyinfo-section {
    margin-bottom: 100px;
  }

  .companyinfo-heading {
    text-align: center;
    white-space: normal;
    word-break: normal;
    font-size: 35px;
  }

  .companyinfo-tabmenu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .companyinfo-tsbold {
    font-size: 20px;
  }

  .companyinfo {
    text-align: center;
    white-space: normal;
    word-break: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .navfooter-container {
    max-width: none;
  }

  .navfooter-copyright {
    font-size: 10px;
  }

  .sitewarning-div {
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .sitewarning-section {
    margin-top: 40px;
  }

  .sitewarning-heading {
    font-family: Home Video, Arial, sans-serif;
  }

  .paragraph {
    font-size: 14px;
  }

  .companypartners-flexcolumn {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    margin-top: 40px;
  }

  .companypartners-column {
    margin-bottom: 0;
  }

  .companypartners-div1 {
    margin-top: 40px;
  }

  .companyinfo-returnicon {
    margin: 0;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .companyinfo-returniconlink {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .companysoftware-heading1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .companysoftware-paragraph2 {
    margin-bottom: -5px;
  }

  .webdevcontact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webdevcontact-form_div_2 {
    justify-content: center;
    align-items: center;
  }

  .webdevcontact-form_div_1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .webdevcontact-form_div_1-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .webdevcontact-form_flexcontainer_1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .webdevcontact-form_input_textarea {
    object-fit: fill;
    min-height: 200px;
  }

  .webdevcontact-form_div_3 {
    margin-bottom: 20px;
  }

  .div-block {
    flex-flow: row;
  }
}

#w-node-_6706ce42-5909-dea6-496a-ef655a7b476a-5a7b4764, #w-node-_6706ce42-5909-dea6-496a-ef655a7b4775-5a7b4764, #w-node-_6706ce42-5909-dea6-496a-ef655a7b4780-5a7b4764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67079a7-d9f0-fe70-1547-ae5ea464cf2d-502142b9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67ab72fa-d8b0-7d5e-6b73-212aabb59fc0-502142b9 {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f67079a7-d9f0-fe70-1547-ae5ea464cf2d-502142b9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67ab72fa-d8b0-7d5e-6b73-212aabb59fc0-502142b9 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Atmospheric';
  src: url('../fonts/Atmospheric-rg4aL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Exodar Outline';
  src: url('../fonts/ExodarOutline-9Yy27.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Outline Pixel7';
  src: url('../fonts/OutlinePixel7-yGMZ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Squad Regular';
  src: url('../fonts/SquadRegular-8Md3z.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sphere Fez';
  src: url('../fonts/SphereFez-eZxam.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Home Video';
  src: url('../fonts/HomeVideo-BLG6G.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Home Video Bold';
  src: url('../fonts/HomeVideoBold-R90Dv.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NetWrld';
  src: url('../fonts/Networld-3zRwp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Axronic';
  src: url('../fonts/Axronic-lxeDD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Slight Regular';
  src: url('../fonts/SlightRegular-RpG13.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SS Outline';
  src: url('../fonts/SingaporeSlingOutline-qzad.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Varin Regular';
  src: url('../fonts/VarinonormalRegular-nRYg4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}