.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.knowledgeBaseMainContainer .knowledgeBaseMainRow, .separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: promptB;
  src: url(../assets/fonts/Prompt-Bold.ttf);
}
@font-face {
  font-family: promptM;
  src: url(../assets/fonts/Prompt-Medium.ttf);
}
@font-face {
  font-family: promptSB;
  src: url(../assets/fonts/Prompt-SemiBold.ttf);
}
@font-face {
  font-family: promptR;
  src: url(../assets/fonts/Prompt-Regular.ttf);
}
@font-face {
  font-family: promptL;
  src: url(../assets/fonts/Prompt-Light.ttf);
}
@font-face {
  font-family: dinProCondR;
  src: url(../assets/fonts/DINPro-CondensedRegular.ttf);
}
.separatorArticleArrowMainContainer {
  width: 100%;
}
.separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
  width: 1300px;
  height: 245px;
}
@media only screen and (max-width: 1300px) {
  .separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
    width: 768px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .separatorArticleArrowMainContainer .separatorArtcleArrowMainRow {
    width: 90%;
    height: auto;
  }
}
.separatorArticleArrowMainContainer .separatorArtcleArrowMainRow .separatorArtcleArrowMainColumnRight {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.separatorArticleArrowMainContainer .separatorArtcleArrowMainRow .separatorArtcleArrowMainColumnRight .arrowContainer {
  width: 59px;
  height: 23px;
}
.separatorArticleArrowMainContainer .separatorArtcleArrowMainRow .separatorArtcleArrowMainColumnRight .arrowContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.knowledgeBaseMainContainer {
  width: 100%;
  height: auto;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow {
  width: 1300px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .knowledgeBaseMainContainer .knowledgeBaseMainRow {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .knowledgeBaseMainContainer .knowledgeBaseMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .knowledgeBaseMainContainer .knowledgeBaseMainRow {
    width: 768px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .knowledgeBaseMainContainer .knowledgeBaseMainRow {
    width: 90%;
    height: auto;
  }
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseLeftSide {
  padding-top: 100px;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseLeftSide .categoryGroup {
  display: block;
  width: 206px;
  height: auto;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseLeftSide .categoryGroup .categoryBtn {
  width: 100%;
  height: 30px;
  background: #b8c7cb;
  font-family: promptSB;
  font-size: 16px;
  color: #fff;
  padding-left: 7px;
  padding-top: 3px;
  margin-bottom: 20px;
  cursor: pointer;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription {
  display: block;
  width: 600px;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription {
    width: 100%;
  }
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription:first-child {
  margin-top: 0px;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription:last-child .separatorLine {
  display: none;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription:hover {
  text-decoration: none;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription .knowledgeArticleDate p {
  margin-bottom: 0px;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription h3 {
  font-size: 24px;
  text-transform: none;
}
.knowledgeBaseMainContainer .knowledgeBaseMainRow .knowledgeBaseRightSide .knowledgeBaseDescription .separatorLine {
  display: block;
  width: 50px;
  height: 5px;
  border-bottom-style: solid;
  border-color: #000;
  border-width: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/*# sourceMappingURL=knowledgeBase.css.map */
