@media screen and (min-width: 250px) {
  .maincontainer {
    position: relative;
    width: 85%;
    height: max-content;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    pointer-events: none;
    overflow: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 800px) {
  .maincontainer {
    position: absolute;
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
    pointer-events: none;
    overflow: unset;
    margin-left: unset;
    margin-right: unset;
  }
}

@media screen and (min-width: 250px) {
  .leftcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
    box-sizing: border-box;
    pointer-events: all;
    margin-right: auto;
    overflow-y: unset;
    left: 0;
    z-index: 0;
  }
}

@media screen and (min-width: 800px) {
  .leftcontainer {
    position: fixed;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 60px;
    box-sizing: border-box;
    pointer-events: all;
    margin-right: auto;
    overflow-y: scroll;
    left: 0;
    z-index: unset;
  }
}

@media screen and (min-width: 250px) {
  .rightcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 0%;
    padding-left: 0%;
    box-sizing: border-box;
    pointer-events: all;
    margin-left: auto;
    overflow-y: unset;
    right: 0
  }
}

@media screen and (min-width: 800px) {
  .rightcontainer {
    position: fixed;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 10%;
    padding-left: 120px;
    box-sizing: border-box;
    pointer-events: all;
    margin-left: auto;
    overflow-y: scroll;
    right: 0
  }
}
@media screen and (min-width: 250px) {
.leftflexcontainer.vertical {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
}
@media screen and (min-width: 800px) {
.leftflexcontainer.vertical {
  display: flex;
  flex-direction: column;
  row-gap: 60px
}
}
img.imageflexitemvertial {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 95%;
  display: block;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 10px 10px 50px #00000029;
  box-sizing: border-box;
  z-index: 999;
  pointer-events: all
}

body {
  letter-spacing: .1em
}

@media screen and (min-width: 250px) {
  h1.titletextMobile {
    display: block;
    font-weight: 700;
    height: auto;
    font-size: 40px;
    text-align: -webkit-left;
    text-transform: uppercase;
    width: 100%;
    margin-block-start: unset;
    margin-block-end: unset
  }

  h2.titletextMobile {
    font-size: 16px;
    display: block;
    font-weight: 600;
    text-align: -webkit-left;
    position: relative;
    line-height: unset;
    margin-top: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    padding-left: 3px
  }
}

@media screen and (min-width: 800px) {
  h1.titletextMobile {
    display: none;
    font-weight: 700;
    height: auto;
    font-size: 55px;
    text-align: -webkit-left;
    text-transform: uppercase;
    width: 100%;
    margin-block-start: unset;
    margin-block-end: unset
  }

  h2.titletextMobile {
    font-size: 18px;
    display: none;
    font-weight: 600;
    text-align: -webkit-left;
    position: relative;
    line-height: unset;
    margin-top: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    padding-left: 3px
  }
}

@media screen and (min-width: 250px) {
  h1.titletext {
    display: none;
    font-weight: 700;
    height: auto;
    font-size: 55px;
    text-align: -webkit-left;
    text-transform: uppercase;
    width: 100%;
    margin-block-start: unset;
    margin-block-end: unset
  }

  h2.titletext {
    font-size: 18px;
    display: none;
    font-weight: 600;
    text-align: -webkit-left;
    position: relative;
    line-height: unset;
    margin-top: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    padding-left: 3px
  }
}

@media screen and (min-width: 800px) {
  h1.titletext {
    display: block;
    font-weight: 700;
    height: auto;
    font-size: 55px;
    text-align: -webkit-left;
    text-transform: uppercase;
    width: 100%;
    margin-block-start: unset;
    margin-block-end: unset
  }

  h2.titletext {
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-align: -webkit-left;
    position: relative;
    line-height: unset;
    margin-top: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    padding-left: 3px
  }
}

.rightflexitem.title {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}

.rightflexcontainer.vertical {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.itemblockcontainer {
  background: #fff;
  box-shadow: 0 4px 54px rgba(0, 0, 0, .2);
  border-radius: 10px;
  width: 100%;
  height: fit-content;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box
}

.itemblockcontainerTransparent {
  background: #ffffff00;
  width: 100%;
  height: fit-content;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box
}

.flexcontainermenu.horizontal {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

button.tablinks.flexitem.menu {
  appearance: auto;
  user-select: none;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  white-space: pre;
  padding-block: 0;
  padding-inline: 0;
  border-width: 0;
  border-style: outset;
  border-color: buttonborder;
  font-family: inherit;
  background-color: #ffffff00;
  font-weight: 600;
  font-size: 12pt;
  color: #000;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
  display: none;
  height: 41px;
  alignment-baseline: middle;
}

.active-button {
  color: #fff !important;
  background-color: #000 !important;
  pointer-events: none
}

button.tablinks.flexitem.menu:hover {
  scale: 1.08
}

.tabcontent {
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  animation: tabcontentfadein cubic-bezier(.68, -.55, .265, 1.55) .2s;
  opacity: 0
}

.active {
  opacity: 1;
  display: inline-block;
  max-height: 100%;
  overflow-y: visible;
  z-index: 2;
  animation: appearScaleUpFade cubic-bezier(.68, -.55, .265, 1.55) .6s
}

.basetransition {
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.deactivated {
  position: relative;
  opacity: 0;
  display: none;
  max-height: 0%;
  overflow-y: visible;
  animation: dissapearScaleDownFade cubic-bezier(.68, -.55, .265, 1.55) .6s
}

@keyframes dissapearScaleDownFade {
  0% {
    opacity: 1;
    scale: 1;
    display: none;
    max-height: 0%;
    overflow-y: visible
  }

  10% {
    opacity: 1;
    scale: 1;
    display: block;
    max-height: 100%;
    overflow-y: visible
  }

  100% {
    opacity: 1;
    scale: .8;
    display: block;
    max-height: 100%;
    overflow-y: visible
  }
}

@keyframes appearScaleUpFade {
  0% {
    opacity: 0;
    scale: 1.02;
    display: none;
    max-height: 0%;
    overflow-y: visible
  }

  10% {
    opacity: 0;
    scale: 1.02;
    display: block;
    max-height: 100%;
    overflow-y: visible
  }

  100% {
    opacity: 1;
    scale: 1;
    display: block;
    max-height: 100%;
    overflow-y: visible
  }
}

.tabcontainer {
  position: relative;
  width: 100%;
  height: fit-content;
  display: inline-block
}

.active-all {
  position: relative;
  opacity: 1;
  display: inline-block;
  max-height: 100%;
  overflow-y: visible;
  animation: appearScaleUpFadeActiveAll cubic-bezier(.68, -.55, .265, 1.55) .6s
}

@keyframes appearScaleUpFadeActiveAll {
  0% {
    opacity: 0;
    scale: 1.02;
    display: none;
    max-height: 0;
    overflow-y: visible
  }

  10% {
    opacity: 0;
    scale: 1.02;
    display: block;
    max-height: 9999px;
    overflow-y: visible
  }

  100% {
    opacity: 1;
    scale: 1;
    display: block;
    max-height: 9999px;
    overflow-y: visible
  }
}

.h1titlewithbox {
  width: fit-content;
  height: max-content;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 11pt;
  font-weight: 700;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: uppercase
}

.h2titlewithbox {
  width: fit-content;
  height: max-content;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 4px;
  font-weight: 700;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 10pt;
  letter-spacing: 1px
}

.desktopCanvas {
  display: block;
  position: relative !important;
  width: 100% !important;
  height: 1100px !important
}

canvas {
  border-radius: 10px;
  position: relative !important
}

.boxshadowbase {
  box-shadow: 0 4px 54px rgba(0, 0, 0, .2)
}

.downloadoption_text {
  width: fit-content;
  height: max-content;
  background-color: #000;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 4px;
  font-weight: 700;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 10pt;
  letter-spacing: 1px
}

.termsofuse_warn_text {
  font-size: 8pt;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 23px;
  display: block
}

.downloadoption_container {
  display: flex;
  flex-direction: column;
  row-gap: 10px
}

@media screen and (min-width: 250px) {
  .downloadoption_item {
    height: 80px;
    width: 100%;
    box-shadow: 0 4px 15px rgb(0 0 0/10%);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    transition: scale .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .7s cubic-bezier(.68, -.55, .265, 1.55);
    justify-content: space-between
  }
}

@media screen and (min-width: 1200px) {
  .downloadoption_item {
    height: 80px;
    width: 100%;
    box-shadow: 0 4px 15px rgb(0 0 0/10%);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    transition: scale .4s cubic-bezier(.68, -.55, .265, 1.55), box-shadow .7s cubic-bezier(.68, -.55, .265, 1.55);
    justify-content: space-between
  }
}

.downloadoption_item:hover {
  scale: 1.01;
  box-shadow: 5px 5px 20px rgb(0 0 0/10%);
  z-index: 99
}

.downloadoption_ico {
  width: 30px;
  height: auto;
  display: block
}

.downloadoption_item_pricebotton_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px
}

.downloadoption_platform_text {
  font-weight: 600;
  letter-spacing: 1px
}

.downloadoption_pricebotton_price_text {
  font-weight: 600;
  text-align: right
}

.blackbg_downloadbagde {
  background-color: #000;
  color: #fff
}

.downloadoption_pricebotton_free_botton {
  background-image: url(https://www.bank42n.com/src/src/arrow-down-circle_x2.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  transform: translateY(0px) rotate(-90deg);
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.downloadoption_pricebotton_free_botton:hover {
  height: 27px;
  width: 27px;
  transform: translatex(5px) rotate(-90deg)
}

.downloadoption_pricebotton_free_bottonv2 {
  background-size: contain;
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.downloadoption_pricebotton_free_bottonv2:hover {
  height: 27px;
  width: 27px
}

.downloadoption_pricebotton_price_botton {
  background-image: url(https://www.bank42n.com/src/src/cartIco.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  min-width: 25px;
  width: 25px;
  scale: 1;
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.downloadoption_pricebotton_price_botton:hover {
  height: 27px;
  width: 27px;
  scale: 1.01
}

.white_downloadoption_pricebotton {
  filter: invert(100%)
}

.tounotice_container {
  font-size: 8pt;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 16px;
  display: block;
  position: relative;
  height: fit-content;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 400ms cubic-bezier(.63, -1.11, .58, 2.4);
  margin-bottom: 0
}

.tounotice_1_2_container {
  display: flex;
  flex-direction: column;
  row-gap: 10px
}

.activateTouInfo_class {
  max-height: 460px;
  margin-bottom: 15px;
  opacity: 1
}

.downloadOptionInfomationText {
  font-size: 9px;
  border-color: rgb(255 255 255/50%);
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  border-radius: 4px
}

div#downloadoption_liscenetext_platform {
  display: flex;
  flex-direction: row;
  column-gap: 5px
}

.downloadOptionNameContainer {
  display: flex;
  flex-direction: column;
  row-gap: 5px
}

.whitebg_downloadbagde {
  background-color: #fff;
  color: #000
}

.downloadOptionPersonalText_white {
  border-color: rgb(255 255 255/50%)
}

.downloadOptionPersonalText_black {
  border-color: rgb(0 0 0/50%)
}

.fileTypeListContainer {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  row-gap: 7px;
  flex-wrap: wrap
}

.fileTypeListiTem {
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  font-weight: 600;
  border-color: rgb(0 0 0/50%);
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  width: max-content
}

.fileTypeListItemContainer {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px
}

.fileTypeListText {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px
}

.fileTypeListText::after {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  content: ":"
}

.categoryTag {
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  font-weight: 600;
  border-color: rgb(0 0 0/50%);
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  width: max-content
}

@media screen and (min-width: 250px) {
  .download_option_container {
    width: 100%;
    display: flex;
    gap: 20px;
    background: #fff;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    height: max-content;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
    box-shadow: 0 4px 54px rgb(0 0 0/20%);
    border-radius: 10px;
    box-sizing: border-box;
    justify-content: space-between
  }
}

@media screen and (min-width: 1200px) {
  .download_option_container {
    width: 100%;
    display: flex;
    gap: 20px;
    background: #fff;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    height: max-content;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
    right: 0;
    box-shadow: 0 4px 54px rgb(0 0 0/20%);
    border-radius: 10px;
    box-sizing: border-box;
    justify-content: space-between
  }
}

.downloadOptionHeaderText {
  font-size: 9px;
  padding: 2px;
  border-radius: 4px;
  font-weight: normal;
}

.dateTextSmall {
  font-size: 9px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 2px;
  border-radius: 4px;
  font-weight: 600
}

img {
  width: 100%;
  height: auto;
  border-radius: 5px
}

.desc_text {
  font-size: 10pt;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 23px;
  display: block;
  position: relative
}

.collectionBoxItemContainer {
  display: flex;
  flex-direction: column;
  width: 165px;
  align-items: center;
  row-gap: 5px
}

.collectionBoxItemContainer104x148 {
  display: flex;
  flex-direction: row;
  width: max-content;
  max-width: 390px;
  align-items: center;
  row-gap: 5px;
  column-gap: 15px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px #0000003d;
  border-style: solid;
  border-radius: 8px;
}

.collectionBoxContainer {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 25px
}

.collectionBoxText {
  font-size: 10pt;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 23px;
  font-weight: 600;
  text-align: -webkit-center;
  text-align: left;
  word-wrap: break-word;
}

.collectionBoxAuthorNameTitle {
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 23px;
  display: block;
  font-weight: 600
}

.smallText {
  font-size: 8pt;
  letter-spacing: 1px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 23px;
  display: inline
}

.fade {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5 !important
}

.fade:hover {
  scale: 1 !important;
  box-shadow: 0 4px 15px rgb(0 0 0/10%) !important
}

.alertRed {
  opacity: 1 !important;
  background-color: #d6d6d6 !important
}

.imgGridContainer {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  padding: 0
}

.hover {
  transition: all .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hover:hover {
  scale: 1.02
}

.menuTabsContainerRight {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}


.flexitem.menu {
  font-weight: 600;
}

.collectionBoxImg104x148 {
  height: 148px;
  width: 104px;
  object-fit: cover;
}

.nameAndUrlContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  box-sizing: border-box;
  row-gap: 10px;
}

.cbtdownloadbtn {
  width: fit-content;
  height: max-content;
  background-color: #fff;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 8pt;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  font-weight: 600;
  border-color: rgb(0 0 0 / 100%);
}

.cbtdownloadbtnContainer {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.blackbg {
  background-color: #000 !important;
  color: #fff !important;
}

.cbtlogogif {
  width: 128px;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 250px) {
  .mobileTopSpacer {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  .mobileTopSpacer {
    display: none;
  }
}