.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5dc47f76-22fe-4260-9d62-6a89170a18a2 {
  min-height: 50px;
}








#s-5dc47f76-22fe-4260-9d62-6a89170a18a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc47f76-22fe-4260-9d62-6a89170a18a2.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-b5074b6f-8a2a-42a9-ac71-958592bb0988 {
  min-height: 50px;
}








#s-b5074b6f-8a2a-42a9-ac71-958592bb0988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5074b6f-8a2a-42a9-ac71-958592bb0988.shg-box.shg-c {
  justify-content: center;
}

#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 {
  display: none;
}
#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2, #wrap-s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 {
  display: none;
}
#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2, #wrap-s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 {
  display: none;
}
#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2, #wrap-s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 { display:none !important; }}







#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1c0b91-5932-4ad7-a994-d6f67bf3dfe2.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-866f1fec-eb4b-4cbf-b2ce-c45d267b1c70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9724a823-7614-45e1-b84c-c68d0863f7d8 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-9724a823-7614-45e1-b84c-c68d0863f7d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9724a823-7614-45e1-b84c-c68d0863f7d8 {
  cursor: pointer;
}#s-9724a823-7614-45e1-b84c-c68d0863f7d8.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fae82925-e685-4e72-bc23-0d5838c1718c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fae82925-e685-4e72-bc23-0d5838c1718c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ecc45206-4d5b-4611-947f-4dbd3b608c79 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-ecc45206-4d5b-4611-947f-4dbd3b608c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc45206-4d5b-4611-947f-4dbd3b608c79.shg-box.shg-c {
  justify-content: center;
}

#s-cd67c556-f088-4162-817e-949acad6233c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd67c556-f088-4162-817e-949acad6233c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e410bff2-4a3f-4ec9-a826-aafc7b6ff770 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-e410bff2-4a3f-4ec9-a826-aafc7b6ff770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e410bff2-4a3f-4ec9-a826-aafc7b6ff770 {
  cursor: pointer;
}#s-e410bff2-4a3f-4ec9-a826-aafc7b6ff770.shg-box.shg-c {
  justify-content: center;
}

#s-31bc46a7-cc93-41fd-8f9a-ea803d760388 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31bc46a7-cc93-41fd-8f9a-ea803d760388 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60b5e2f9-d863-4b16-b323-df212ece0b09 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-60b5e2f9-d863-4b16-b323-df212ece0b09 {
  display: none;
}
#s-60b5e2f9-d863-4b16-b323-df212ece0b09, #wrap-s-60b5e2f9-d863-4b16-b323-df212ece0b09 { display:none !important; }}







#s-60b5e2f9-d863-4b16-b323-df212ece0b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60b5e2f9-d863-4b16-b323-df212ece0b09.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-efbadabf-2fe6-4c89-8fd0-9dad86c37d6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e3105a4f-0f92-4b81-ae20-a4b5af8341d4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-e3105a4f-0f92-4b81-ae20-a4b5af8341d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3105a4f-0f92-4b81-ae20-a4b5af8341d4 {
  cursor: pointer;
}#s-e3105a4f-0f92-4b81-ae20-a4b5af8341d4.shg-box.shg-c {
  justify-content: center;
}

#s-9d1332a4-a9f3-458c-b9b3-9f986a51103d {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1332a4-a9f3-458c-b9b3-9f986a51103d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f596ec77-8657-41c5-a982-37ec5c6ce447 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-f596ec77-8657-41c5-a982-37ec5c6ce447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f596ec77-8657-41c5-a982-37ec5c6ce447.shg-box.shg-c {
  justify-content: center;
}

#s-4fbc8e13-b933-4ddb-a144-0e2642c4e304 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fbc8e13-b933-4ddb-a144-0e2642c4e304 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4fbc8e13-b933-4ddb-a144-0e2642c4e304 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-f362ea33-ce62-4764-9dcd-c307cea5b505 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-f362ea33-ce62-4764-9dcd-c307cea5b505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f362ea33-ce62-4764-9dcd-c307cea5b505 {
  cursor: pointer;
}#s-f362ea33-ce62-4764-9dcd-c307cea5b505.shg-box.shg-c {
  justify-content: center;
}

#s-d811f4d0-64e1-4e0d-97ee-1b981d49a47a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d811f4d0-64e1-4e0d-97ee-1b981d49a47a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d811f4d0-64e1-4e0d-97ee-1b981d49a47a .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-b6ffaf82-b66a-4dab-ba0f-da2457956261 {
  min-height: 50px;
}








#s-b6ffaf82-b66a-4dab-ba0f-da2457956261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ffaf82-b66a-4dab-ba0f-da2457956261.shg-box.shg-c {
  justify-content: center;
}

#s-1da368a2-5cc6-4888-9674-513812e57d02 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1da368a2-5cc6-4888-9674-513812e57d02 {
  display: none;
}
#s-1da368a2-5cc6-4888-9674-513812e57d02, #wrap-s-1da368a2-5cc6-4888-9674-513812e57d02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1da368a2-5cc6-4888-9674-513812e57d02 {
  display: none;
}
#s-1da368a2-5cc6-4888-9674-513812e57d02, #wrap-s-1da368a2-5cc6-4888-9674-513812e57d02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1da368a2-5cc6-4888-9674-513812e57d02 {
  display: none;
}
#s-1da368a2-5cc6-4888-9674-513812e57d02, #wrap-s-1da368a2-5cc6-4888-9674-513812e57d02 { display:none !important; }}







#s-1da368a2-5cc6-4888-9674-513812e57d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1da368a2-5cc6-4888-9674-513812e57d02.shg-box.shg-c {
  justify-content: center;
}

#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1 {
  min-height: 600px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1 {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1 {
  background-attachment: fixed;
min-height: 500px;
}
}







#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ad2f905-0c79-4b59-b61d-2608d821f0e1.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-4d5ffbf9-5d10-4286-9f18-3455821d22d1 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d5ffbf9-5d10-4286-9f18-3455821d22d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d994c274-4f2e-41b3-ba43-86b905b03ec4 {
  border-style: solid;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-d994c274-4f2e-41b3-ba43-86b905b03ec4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-d994c274-4f2e-41b3-ba43-86b905b03ec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d994c274-4f2e-41b3-ba43-86b905b03ec4.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d994c274-4f2e-41b3-ba43-86b905b03ec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d994c274-4f2e-41b3-ba43-86b905b03ec4.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-c7682f96-f199-4e58-9c4d-b3e92034c6aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7682f96-f199-4e58-9c4d-b3e92034c6aa .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3d12f12-3615-4223-88c5-39db2c75929d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3d12f12-3615-4223-88c5-39db2c75929d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d4131c7-d41d-4fa8-80d0-f7c46b0876c0 {
  min-height: 50px;
}








#s-2d4131c7-d41d-4fa8-80d0-f7c46b0876c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d4131c7-d41d-4fa8-80d0-f7c46b0876c0.shg-box.shg-c {
  justify-content: center;
}

#s-44524bc0-13d6-4b58-9265-f4683dce97da {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-44524bc0-13d6-4b58-9265-f4683dce97da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44524bc0-13d6-4b58-9265-f4683dce97da.shg-box.shg-c {
  justify-content: center;
}

#s-b9877676-7e05-48b3-88a6-8a34668ab6f9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b9877676-7e05-48b3-88a6-8a34668ab6f9 {
  display: none;
}
#s-b9877676-7e05-48b3-88a6-8a34668ab6f9, #wrap-s-b9877676-7e05-48b3-88a6-8a34668ab6f9 { display:none !important; }}







#s-b9877676-7e05-48b3-88a6-8a34668ab6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9877676-7e05-48b3-88a6-8a34668ab6f9.shg-box.shg-c {
  justify-content: center;
}

#s-835ab338-a659-4e21-bd73-9daceda5e85c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-835ab338-a659-4e21-bd73-9daceda5e85c {
  min-height: 500px;
}
}







#s-835ab338-a659-4e21-bd73-9daceda5e85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-835ab338-a659-4e21-bd73-9daceda5e85c.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-835ab338-a659-4e21-bd73-9daceda5e85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-835ab338-a659-4e21-bd73-9daceda5e85c.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7efee3a-cb4a-4881-8a88-c6c37f49ee2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3 {
  border-style: solid;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(0, 0, 0, 0.8);
background-attachment: scroll;
}
@media (max-width: 767px){#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79d0fb33-1322-43b8-b6a1-c867bc229ee3.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-f3467deb-2a42-4c65-88fb-4444600904a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3467deb-2a42-4c65-88fb-4444600904a4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8715fad1-964d-424e-94dd-b74d6fd0fe91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8715fad1-964d-424e-94dd-b74d6fd0fe91 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2a4d486-f8f2-4190-8776-9a3d0ae3c1f6 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
}








#s-e2a4d486-f8f2-4190-8776-9a3d0ae3c1f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a4d486-f8f2-4190-8776-9a3d0ae3c1f6.shg-box.shg-c {
  justify-content: center;
}

#s-65e9eeac-7154-4e00-b2da-6feb6ea81181 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65e9eeac-7154-4e00-b2da-6feb6ea81181 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-88a0ff8b-764a-4c06-9d93-d2db7a04d584 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-88a0ff8b-764a-4c06-9d93-d2db7a04d584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88a0ff8b-764a-4c06-9d93-d2db7a04d584.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eec008d-bff2-4b5a-b2e8-fbcdddf1fb3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134 {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134 {
  
}
}@media (max-width: 767px){#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134 {
  
}
}







#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0acbcc3-2941-4349-a5d1-c2c0e743e134.shg-box.shg-c {
  justify-content: center;
}

#s-7acea1c5-2a40-49aa-b4a2-d8d725e76b68 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 0px;
}








#s-7acea1c5-2a40-49aa-b4a2-d8d725e76b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7acea1c5-2a40-49aa-b4a2-d8d725e76b68.shg-box.shg-c {
  justify-content: center;
}

#s-3706e109-704f-47ad-a301-f93b28147a9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3706e109-704f-47ad-a301-f93b28147a9d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-37b7371b-0e00-43df-bea5-bac3e80dec35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37b7371b-0e00-43df-bea5-bac3e80dec35 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-563409c0-fd20-486b-8141-1e0d98a0a9d7 {
  display: none;
}
#s-563409c0-fd20-486b-8141-1e0d98a0a9d7, #wrap-s-563409c0-fd20-486b-8141-1e0d98a0a9d7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-563409c0-fd20-486b-8141-1e0d98a0a9d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6d8cd76-635e-4427-b88f-b8935552528e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4cfeae13-d7a4-46a4-a18c-5d68b0deff25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cfeae13-d7a4-46a4-a18c-5d68b0deff25 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-375b5b62-f42f-480f-a571-5c458f39eb93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-375b5b62-f42f-480f-a571-5c458f39eb93 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc194a5d-421b-4a78-ad64-68b42590b072 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc194a5d-421b-4a78-ad64-68b42590b072 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7365d228-685e-425e-aec5-256ca53c5b80 {
  min-height: 50px;
}








#s-7365d228-685e-425e-aec5-256ca53c5b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7365d228-685e-425e-aec5-256ca53c5b80.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-e917c425-a25b-4b76-9172-f7cdff39cbea {
  text-align: center;
}




  #s-e917c425-a25b-4b76-9172-f7cdff39cbea img.shogun-image {
    
    width: px;
  }


#s-e917c425-a25b-4b76-9172-f7cdff39cbea .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad81e4e-08b5-40a0-8131-9b066e6df78d {
  min-height: 50px;
}








#s-6ad81e4e-08b5-40a0-8131-9b066e6df78d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad81e4e-08b5-40a0-8131-9b066e6df78d.shg-box.shg-c {
  justify-content: center;
}

#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a {
  display: none;
}
#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a, #wrap-s-c510b674-3150-4ee1-be03-3cf5a3aacc8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a {
  display: none;
}
#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a, #wrap-s-c510b674-3150-4ee1-be03-3cf5a3aacc8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a {
  display: none;
}
#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a, #wrap-s-c510b674-3150-4ee1-be03-3cf5a3aacc8a { display:none !important; }}
#s-c510b674-3150-4ee1-be03-3cf5a3aacc8a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd4202b0-c8f5-4d88-a48d-54cf90104f6d {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 500px;
background-color: rgba(245, 245, 245, 1);
}








#s-dd4202b0-c8f5-4d88-a48d-54cf90104f6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd4202b0-c8f5-4d88-a48d-54cf90104f6d.shg-box.shg-c {
  justify-content: center;
}

#s-00c2ad0c-7fe0-4773-9750-b16a76d940d5 {
  min-height: 400px;
}

@media (min-width: 0px) {
[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00c2ad0c-7fe0-4773-9750-b16a76d940d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5f923c65-4dc9-4978-b411-114ac186b026 {
  min-height: 400px;
}








#s-5f923c65-4dc9-4978-b411-114ac186b026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f923c65-4dc9-4978-b411-114ac186b026.shg-box.shg-c {
  justify-content: center;
}

#s-c0515f1e-40d9-4f15-ab17-dc8342c28949 {
  text-align: center;
}




  #s-c0515f1e-40d9-4f15-ab17-dc8342c28949 img.shogun-image {
    
    width: px;
  }


#s-c0515f1e-40d9-4f15-ab17-dc8342c28949 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd71b6b-c9de-4883-b850-ec40d6046723 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 550px;
}








#s-abd71b6b-c9de-4883-b850-ec40d6046723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abd71b6b-c9de-4883-b850-ec40d6046723.shg-box.shg-c {
  justify-content: center;
}

#s-168978a8-f9f3-4950-8a5c-e7d0ba2bdbe0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-168978a8-f9f3-4950-8a5c-e7d0ba2bdbe0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a5b3502-0243-413f-ad76-3fb2eca4bf0b {
  padding-top: 20px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cad4f84b-235b-43de-8b93-de548bd2afbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-983357cd-e57b-4e00-a1e9-1771b119308d {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (max-width: 767px){#s-983357cd-e57b-4e00-a1e9-1771b119308d {
  display: none;
}
#s-983357cd-e57b-4e00-a1e9-1771b119308d, #wrap-s-983357cd-e57b-4e00-a1e9-1771b119308d { display:none !important; }}







#s-983357cd-e57b-4e00-a1e9-1771b119308d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-983357cd-e57b-4e00-a1e9-1771b119308d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fa740f1d-3a08-40fc-bea4-c786abcba50e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-87b23fc6-c616-441e-8c09-0f7ef06e1d1e {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 600px;
}








#s-87b23fc6-c616-441e-8c09-0f7ef06e1d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87b23fc6-c616-441e-8c09-0f7ef06e1d1e.shg-box.shg-c {
  justify-content: center;
}

#s-02abd704-55c5-4653-b0cd-441a0acbf2f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02abd704-55c5-4653-b0cd-441a0acbf2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-edf992e7-eef6-4d71-a62f-d91e01b6bb01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edf992e7-eef6-4d71-a62f-d91e01b6bb01 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-296f2033-8ac6-4544-b73a-99f5a917e0e1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-296f2033-8ac6-4544-b73a-99f5a917e0e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-296f2033-8ac6-4544-b73a-99f5a917e0e1 {
  
}
}@media (max-width: 767px){#s-296f2033-8ac6-4544-b73a-99f5a917e0e1 {
  
}
}







#s-296f2033-8ac6-4544-b73a-99f5a917e0e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296f2033-8ac6-4544-b73a-99f5a917e0e1.shg-box.shg-c {
  justify-content: center;
}

#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (min-width: 1200px){#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a {
  display: none;
}
#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a, #wrap-s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a {
  display: none;
}
#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a, #wrap-s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a {
  display: none;
}
#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a, #wrap-s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a { display:none !important; }}







#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfb7962b-4bb4-4338-90a3-bde3c48e6a3a.shg-box.shg-c {
  justify-content: center;
}

#s-00ca7193-e39b-4540-af84-c6c5ae74a666 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-00ca7193-e39b-4540-af84-c6c5ae74a666 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a88a474a-1f25-4d7e-a450-1d38a70da7e3 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-a88a474a-1f25-4d7e-a450-1d38a70da7e3 img.shogun-image {
    
    width: px;
  }


#s-a88a474a-1f25-4d7e-a450-1d38a70da7e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d25ed138-113d-4824-9452-73b1182b29b4 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-d25ed138-113d-4824-9452-73b1182b29b4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1387b01b-0c1b-49b0-ae92-c1331434047a {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-1387b01b-0c1b-49b0-ae92-c1331434047a {
  display: none;
}
#s-1387b01b-0c1b-49b0-ae92-c1331434047a, #wrap-s-1387b01b-0c1b-49b0-ae92-c1331434047a { display:none !important; }}







#s-1387b01b-0c1b-49b0-ae92-c1331434047a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1387b01b-0c1b-49b0-ae92-c1331434047a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00cbe92b-59e9-44b8-98c5-fa34e23adb16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a52ca719-0338-4830-b06f-ba17bda2e19a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a52ca719-0338-4830-b06f-ba17bda2e19a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a52ca719-0338-4830-b06f-ba17bda2e19a {
  
}
}@media (max-width: 767px){#s-a52ca719-0338-4830-b06f-ba17bda2e19a {
  
}
}







#s-a52ca719-0338-4830-b06f-ba17bda2e19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52ca719-0338-4830-b06f-ba17bda2e19a.shg-box.shg-c {
  justify-content: center;
}

#s-dd02e998-d253-4110-bde6-580a074bdaca {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-dd02e998-d253-4110-bde6-580a074bdaca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd02e998-d253-4110-bde6-580a074bdaca.shg-box.shg-c {
  justify-content: center;
}

#s-6d82eb89-ed5d-4936-9e70-f0a109f33922 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d82eb89-ed5d-4936-9e70-f0a109f33922 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c2c2ada5-6e2c-47fb-935e-137d0bb29f91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2c2ada5-6e2c-47fb-935e-137d0bb29f91 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1 {
  
}
}@media (max-width: 767px){#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1 {
  
}
}







#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b78f1822-4ec1-4acd-b820-64aa3664e0c1.shg-box.shg-c {
  justify-content: center;
}

#s-941eb975-e8b0-4443-8594-16ac83cb30a8 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-941eb975-e8b0-4443-8594-16ac83cb30a8 {
  display: none;
}
#s-941eb975-e8b0-4443-8594-16ac83cb30a8, #wrap-s-941eb975-e8b0-4443-8594-16ac83cb30a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-941eb975-e8b0-4443-8594-16ac83cb30a8 {
  display: none;
}
#s-941eb975-e8b0-4443-8594-16ac83cb30a8, #wrap-s-941eb975-e8b0-4443-8594-16ac83cb30a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-941eb975-e8b0-4443-8594-16ac83cb30a8 {
  display: none;
}
#s-941eb975-e8b0-4443-8594-16ac83cb30a8, #wrap-s-941eb975-e8b0-4443-8594-16ac83cb30a8 { display:none !important; }}







#s-941eb975-e8b0-4443-8594-16ac83cb30a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-941eb975-e8b0-4443-8594-16ac83cb30a8.shg-box.shg-c {
  justify-content: center;
}

#s-25101f81-453b-49e3-9c88-1b9f6a1e39e9 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-25101f81-453b-49e3-9c88-1b9f6a1e39e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8dc402f0-1a3b-4323-8d77-472604f0f5f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-8dc402f0-1a3b-4323-8d77-472604f0f5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dc402f0-1a3b-4323-8d77-472604f0f5f5.shg-box.shg-c {
  justify-content: center;
}

#s-3c152806-df18-48fc-9180-471ac59a8bbf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-3c152806-df18-48fc-9180-471ac59a8bbf .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfcdd998-915d-4ffd-aaef-2cf7b8d31675 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-dfcdd998-915d-4ffd-aaef-2cf7b8d31675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfcdd998-915d-4ffd-aaef-2cf7b8d31675.shg-box.shg-c {
  justify-content: center;
}

#s-d3c6899f-6387-49b4-acb5-caaadc0ffd96 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-d3c6899f-6387-49b4-acb5-caaadc0ffd96 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f590d5dd-da39-4821-ae15-0b3b1b34557f {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-f590d5dd-da39-4821-ae15-0b3b1b34557f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f590d5dd-da39-4821-ae15-0b3b1b34557f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-225511db-30fe-4302-adc7-23b7f8c2efe2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 {
  background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 {
  
}
}@media (max-width: 767px){#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 {
  
}
}







#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1 {
  cursor: pointer;
}#s-af3cccd2-55a8-4a43-b376-8bd5e2274bd1.shg-box.shg-c {
  justify-content: center;
}

#s-67d8d22c-5dad-4620-8e8f-cded0037aee3 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-67d8d22c-5dad-4620-8e8f-cded0037aee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d8d22c-5dad-4620-8e8f-cded0037aee3.shg-box.shg-c {
  justify-content: center;
}

#s-55222917-150d-4e32-bedb-9d1430362f41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55222917-150d-4e32-bedb-9d1430362f41 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-779cf9d1-9d9a-4968-b78e-31e73d896bab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-779cf9d1-9d9a-4968-b78e-31e73d896bab .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3bd6299-0a39-431c-87f6-f64cd78cc29f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-c3bd6299-0a39-431c-87f6-f64cd78cc29f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3bd6299-0a39-431c-87f6-f64cd78cc29f.shg-box.shg-c {
  justify-content: center;
}

#s-04df0d07-c84b-45a6-9f8f-de5205cea995 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04df0d07-c84b-45a6-9f8f-de5205cea995 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Exo 2;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-5d60b67c-563f-463f-bc94-d544ce87d343 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-fc614507-cd86-466e-a357-c077f54a4134 {
  min-height: 50px;
}








#s-fc614507-cd86-466e-a357-c077f54a4134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc614507-cd86-466e-a357-c077f54a4134.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc34006f-c1cf-45dc-840a-b77dd413ce72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5f1b0666-a349-4753-90f5-08a010e28aac {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-5a930718-76f9-4ae9-9eb1-ce4b1366be94 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-c175e387-3004-4870-a0d8-28811cb7c542 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-ba633ccd-5ec7-4519-ba40-22dcf64f38cb {
  min-height: 50px;
}








#s-ba633ccd-5ec7-4519-ba40-22dcf64f38cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba633ccd-5ec7-4519-ba40-22dcf64f38cb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d80d9a19-3b3c-45a4-b9ac-e335fa977c2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-97b14bda-1150-4f05-8c63-582dd9760abd {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-82a48517-745a-40e8-9f07-c41bf47d4890 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-31da7db9-392c-436c-a08a-f2fc1c340f48 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-225403c3-7031-4706-9fbc-77744fb827ec {
  min-height: 50px;
}








#s-225403c3-7031-4706-9fbc-77744fb827ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225403c3-7031-4706-9fbc-77744fb827ec.shg-box.shg-c {
  justify-content: center;
}

#s-faf93211-2389-425c-a981-157b07439039 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-faf93211-2389-425c-a981-157b07439039"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ef799e2e-64e1-49c1-8af3-b746ed3ba08e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ef799e2e-64e1-49c1-8af3-b746ed3ba08e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef799e2e-64e1-49c1-8af3-b746ed3ba08e.shg-box.shg-c {
  justify-content: center;
}

#s-0a3d81a6-06f2-4767-bd37-e41519be7384 {
  border-radius: 10px;
text-align: center;
}




  #s-0a3d81a6-06f2-4767-bd37-e41519be7384 img.shogun-image {
    
    width: px;
  }


#s-0a3d81a6-06f2-4767-bd37-e41519be7384 .shogun-image-content {
  
    align-items: center;
  
}

#s-03481c1e-92a4-45a4-807a-a31722298b52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03481c1e-92a4-45a4-807a-a31722298b52 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab885e4f-2bf1-4d2d-be0b-6da01fbf8144 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ab885e4f-2bf1-4d2d-be0b-6da01fbf8144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab885e4f-2bf1-4d2d-be0b-6da01fbf8144.shg-box.shg-c {
  justify-content: center;
}

#s-bd6d5a91-4683-4e1c-83af-887ef314b1f4 {
  border-radius: 10px;
text-align: center;
}




  #s-bd6d5a91-4683-4e1c-83af-887ef314b1f4 img.shogun-image {
    
    width: px;
  }


#s-bd6d5a91-4683-4e1c-83af-887ef314b1f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc22b570-9956-4188-8ee7-113f9b66841e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc22b570-9956-4188-8ee7-113f9b66841e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30c672c0-7790-4758-847c-d2f6f05a700f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-30c672c0-7790-4758-847c-d2f6f05a700f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30c672c0-7790-4758-847c-d2f6f05a700f.shg-box.shg-c {
  justify-content: center;
}

#s-9556c9b1-0147-41d7-81a5-2257ca372a21 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-9556c9b1-0147-41d7-81a5-2257ca372a21 img.shogun-image {
    
    width: px;
  }


#s-9556c9b1-0147-41d7-81a5-2257ca372a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-087b3797-42df-4de6-a59d-c7d4aebfd2d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-087b3797-42df-4de6-a59d-c7d4aebfd2d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7e103a2-f91e-4e2c-8624-de5298cc27ae {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e7e103a2-f91e-4e2c-8624-de5298cc27ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-604ce2b0-a6c7-43fe-99cc-39edae90c4b7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-604ce2b0-a6c7-43fe-99cc-39edae90c4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-604ce2b0-a6c7-43fe-99cc-39edae90c4b7.shg-box.shg-c {
  justify-content: center;
}

#s-94e377eb-2ca0-432a-817b-4a999cd87f82 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-94e377eb-2ca0-432a-817b-4a999cd87f82 img.shogun-image {
    
    width: px;
  }


#s-94e377eb-2ca0-432a-817b-4a999cd87f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-18703014-0c51-44f2-84ed-aa788a0ce8c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18703014-0c51-44f2-84ed-aa788a0ce8c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48d24265-a4dd-47e3-8ee7-1fb424b6820d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-48d24265-a4dd-47e3-8ee7-1fb424b6820d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d24265-a4dd-47e3-8ee7-1fb424b6820d.shg-box.shg-c {
  justify-content: center;
}

#s-91b4a7c6-1965-4c29-badd-8a70aa0f22eb {
  border-radius: 10px;
text-align: center;
}




  #s-91b4a7c6-1965-4c29-badd-8a70aa0f22eb img.shogun-image {
    
    width: px;
  }


#s-91b4a7c6-1965-4c29-badd-8a70aa0f22eb .shogun-image-content {
  
    align-items: center;
  
}

#s-0995688e-6ed9-4b45-9d13-6bd6920ada85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0995688e-6ed9-4b45-9d13-6bd6920ada85 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-407008fe-5b94-4ffd-8ea5-df37373eae11 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-407008fe-5b94-4ffd-8ea5-df37373eae11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-407008fe-5b94-4ffd-8ea5-df37373eae11.shg-box.shg-c {
  justify-content: center;
}

#s-7d70be82-48fe-43c8-b6c9-d299f302fefd {
  border-radius: 10px;
text-align: center;
}




  #s-7d70be82-48fe-43c8-b6c9-d299f302fefd img.shogun-image {
    
    width: px;
  }


#s-7d70be82-48fe-43c8-b6c9-d299f302fefd .shogun-image-content {
  
    align-items: center;
  
}

#s-3cabfef4-fb66-4fc8-b637-ee92b5498832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cabfef4-fb66-4fc8-b637-ee92b5498832 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c096ea60-8030-4680-a688-a8f6485bc211 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c096ea60-8030-4680-a688-a8f6485bc211"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8ee03d72-a73b-4732-81ef-9c8b8d4343bf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8ee03d72-a73b-4732-81ef-9c8b8d4343bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ee03d72-a73b-4732-81ef-9c8b8d4343bf.shg-box.shg-c {
  justify-content: center;
}

#s-b5f22a97-2a1f-419e-a936-8480633af549 {
  border-radius: 10px;
text-align: center;
}




  #s-b5f22a97-2a1f-419e-a936-8480633af549 img.shogun-image {
    
    width: px;
  }


#s-b5f22a97-2a1f-419e-a936-8480633af549 .shogun-image-content {
  
    align-items: center;
  
}

#s-a98089a4-fda8-4786-9753-91acd7b85417 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a98089a4-fda8-4786-9753-91acd7b85417 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd64fc3e-06d2-4953-96e4-15a120580397 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dd64fc3e-06d2-4953-96e4-15a120580397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd64fc3e-06d2-4953-96e4-15a120580397.shg-box.shg-c {
  justify-content: center;
}

#s-200db63d-5eb0-4936-ba9f-ef7d67df75c0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-200db63d-5eb0-4936-ba9f-ef7d67df75c0 img.shogun-image {
    
    width: px;
  }


#s-200db63d-5eb0-4936-ba9f-ef7d67df75c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0716661d-cee4-4162-af4f-95de1501a110 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0716661d-cee4-4162-af4f-95de1501a110 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81e0b66f-bb2f-4c5c-91f5-5e4f7be2fc0d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-81e0b66f-bb2f-4c5c-91f5-5e4f7be2fc0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e0b66f-bb2f-4c5c-91f5-5e4f7be2fc0d.shg-box.shg-c {
  justify-content: center;
}

#s-a9140322-6cec-4d11-af9b-62e686750c46 {
  border-radius: 10px;
text-align: center;
}




  #s-a9140322-6cec-4d11-af9b-62e686750c46 img.shogun-image {
    
    width: px;
  }


#s-a9140322-6cec-4d11-af9b-62e686750c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-f75941c8-f998-450c-bff1-08bf914fbe34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f75941c8-f998-450c-bff1-08bf914fbe34 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7dc48dc0-3054-45eb-9e83-e2a30e735d51 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-7dc48dc0-3054-45eb-9e83-e2a30e735d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dc48dc0-3054-45eb-9e83-e2a30e735d51.shg-box.shg-c {
  justify-content: center;
}

#s-f48a2eff-0a8c-4abe-af4a-61fa656c6852 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f48a2eff-0a8c-4abe-af4a-61fa656c6852"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4cef9586-25d5-4b68-af5c-16f94443ccd6 {
  min-height: 100px;
}








#s-4cef9586-25d5-4b68-af5c-16f94443ccd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cef9586-25d5-4b68-af5c-16f94443ccd6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-4cef9586-25d5-4b68-af5c-16f94443ccd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cef9586-25d5-4b68-af5c-16f94443ccd6.shg-box.shg-c {
  justify-content: flex-start;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a-btn-wrapper {
    text-align: right;
  }


#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a-btn-wrapper {
    text-align: center;
  }


#s-e2e2a008-f1e1-4bf5-96c7-f3374e2eee2a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-5fe6ac38-c90f-4b5d-a606-38acc9128058 {
  min-height: 100px;
}








#s-5fe6ac38-c90f-4b5d-a606-38acc9128058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe6ac38-c90f-4b5d-a606-38acc9128058.shg-box.shg-c {
  justify-content: center;
}

#s-51d0d149-bf68-414f-ae7b-19df89bc5237 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-51d0d149-bf68-414f-ae7b-19df89bc5237:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d0d149-bf68-414f-ae7b-19df89bc5237:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-51d0d149-bf68-414f-ae7b-19df89bc5237 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-51d0d149-bf68-414f-ae7b-19df89bc5237:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51d0d149-bf68-414f-ae7b-19df89bc5237:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-51d0d149-bf68-414f-ae7b-19df89bc5237-btn-wrapper {
    text-align: left;
  }


#s-51d0d149-bf68-414f-ae7b-19df89bc5237.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-51d0d149-bf68-414f-ae7b-19df89bc5237-btn-wrapper {
    text-align: center;
  }


#s-51d0d149-bf68-414f-ae7b-19df89bc5237.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
