.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-19bbfc0f-73a1-43f7-956f-0e8f3b812acd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}




  #s-19bbfc0f-73a1-43f7-956f-0e8f3b812acd img.shogun-image {
    
    width: px;
  }


#s-19bbfc0f-73a1-43f7-956f-0e8f3b812acd .shogun-image-content {
  
    align-items: center;
  
}

.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-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10d6d11a-bef8-4740-b2c1-3642e6afc5a2.shg-box.shg-c {
  justify-content: flex-start;
}

.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-dbd1ef03-5c30-47c8-9226-2846f3dfadfd {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dbd1ef03-5c30-47c8-9226-2846f3dfadfd {
  margin-left: 150px;
margin-right: 150px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbd1ef03-5c30-47c8-9226-2846f3dfadfd {
  margin-left: 150px;
margin-right: 150px;
}
}
#s-08095b49-72ec-4256-8ded-5337eb71aac4 {
  min-height: 50px;
}








#s-08095b49-72ec-4256-8ded-5337eb71aac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08095b49-72ec-4256-8ded-5337eb71aac4.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-5d8ca384-8150-4c17-8058-bc8639ad08e1 {
  box-shadow:0px 0px 0px 0px rgba(255, 0, 0, 1);
border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 0, 0, 1);
border-style: dotted;
border-radius: 0px;
text-align: center;
}

#s-5d8ca384-8150-4c17-8058-bc8639ad08e1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-340e2508-11a1-4943-ad0b-8bfc5dd349f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-340e2508-11a1-4943-ad0b-8bfc5dd349f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-04ac3eab-405e-4ae6-8c82-2b91eea3ba90 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-04ac3eab-405e-4ae6-8c82-2b91eea3ba90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ac3eab-405e-4ae6-8c82-2b91eea3ba90.shg-box.shg-c {
  justify-content: flex-start;
}

.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;
}

#s-fcd1be5e-f59d-4b83-8faf-69ed303fa921 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fcd1be5e-f59d-4b83-8faf-69ed303fa921"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6dc36203-8ad9-48aa-b58b-e4e471e2d6d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6dc36203-8ad9-48aa-b58b-e4e471e2d6d9 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-6dc36203-8ad9-48aa-b58b-e4e471e2d6d9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6dc36203-8ad9-48aa-b58b-e4e471e2d6d9 .shogun-heading-component h1 a {
  color: #000;
}


#s-5b60e67a-9fb1-45f7-9e35-44311c642850 {
  min-height: 50px;
}








#s-5b60e67a-9fb1-45f7-9e35-44311c642850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b60e67a-9fb1-45f7-9e35-44311c642850.shg-box.shg-c {
  justify-content: center;
}

#s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c0b74d5-1e04-4b3b-b28a-6b3948036f87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-78be0b78-2e75-478a-8a8e-35204fe47386 .shogun-icon-wrapper {
  text-align: right;
}


#s-78be0b78-2e75-478a-8a8e-35204fe47386 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-a3477a2e-eb0e-4c75-aaf4-b9863aae7b8d .shogun-icon-wrapper {
  text-align: center;
}


#s-a3477a2e-eb0e-4c75-aaf4-b9863aae7b8d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-6685e94b-e3c9-45e6-a812-1fcefc2625ad .shogun-icon-wrapper {
  text-align: left;
}


#s-6685e94b-e3c9-45e6-a812-1fcefc2625ad .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-2a36f0a5-6e5d-448b-9e32-2c30ea24823a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a5125216-2b88-495d-8a26-13277c3269eb {
  text-align: center;
}




  #s-a5125216-2b88-495d-8a26-13277c3269eb img.shogun-image {
    
    width: px;
  }


#s-a5125216-2b88-495d-8a26-13277c3269eb .shogun-image-content {
  
    align-items: center;
  
}

#s-3c2fd1e9-4c53-43e4-95ef-00234f3fbf5c {
  text-align: center;
}




  #s-3c2fd1e9-4c53-43e4-95ef-00234f3fbf5c img.shogun-image {
    
    width: px;
  }


#s-3c2fd1e9-4c53-43e4-95ef-00234f3fbf5c .shogun-image-content {
  
    align-items: center;
  
}

#s-bccf1b09-e562-4306-b201-ccc9d8ea1757 {
  text-align: center;
}




  #s-bccf1b09-e562-4306-b201-ccc9d8ea1757 img.shogun-image {
    
    width: px;
  }


#s-bccf1b09-e562-4306-b201-ccc9d8ea1757 .shogun-image-content {
  
    align-items: center;
  
}

#s-449a7351-eb54-4310-95cc-d8f72092d10d {
  text-align: center;
}




  #s-449a7351-eb54-4310-95cc-d8f72092d10d img.shogun-image {
    
    width: px;
  }


#s-449a7351-eb54-4310-95cc-d8f72092d10d .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb3a2a7-61d2-4d71-bb0c-55b6fe41d0de {
  text-align: center;
}




  #s-ecb3a2a7-61d2-4d71-bb0c-55b6fe41d0de img.shogun-image {
    
    width: px;
  }


#s-ecb3a2a7-61d2-4d71-bb0c-55b6fe41d0de .shogun-image-content {
  
    align-items: center;
  
}

#s-05134ef8-f563-45ec-bd52-75a9291b10ca {
  text-align: center;
}




  #s-05134ef8-f563-45ec-bd52-75a9291b10ca img.shogun-image {
    
    width: px;
  }


#s-05134ef8-f563-45ec-bd52-75a9291b10ca .shogun-image-content {
  
    align-items: center;
  
}

#s-2d19a934-ac65-4054-9a49-b7b4e5475c76 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-2d19a934-ac65-4054-9a49-b7b4e5475c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d19a934-ac65-4054-9a49-b7b4e5475c76.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-aec3b926-3b38-45d1-a09d-0a55150c1b41 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-aec3b926-3b38-45d1-a09d-0a55150c1b41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aec3b926-3b38-45d1-a09d-0a55150c1b41:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aec3b926-3b38-45d1-a09d-0a55150c1b41.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-2ee72d31-0cdc-4368-9918-4e1d99c7c8e6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2ee72d31-0cdc-4368-9918-4e1d99c7c8e6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-f6fac767-96ae-46d3-b6fa-3217ee5323bd {
  min-height: 50px;
}








#s-f6fac767-96ae-46d3-b6fa-3217ee5323bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6fac767-96ae-46d3-b6fa-3217ee5323bd.shg-box.shg-c {
  justify-content: center;
}

#s-a4f11266-c872-4552-ac54-46def9f5ad42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4f11266-c872-4552-ac54-46def9f5ad42 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f793c65c-9c3c-40e9-81f7-4205874abb7c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f793c65c-9c3c-40e9-81f7-4205874abb7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f793c65c-9c3c-40e9-81f7-4205874abb7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1d39bd0e-25c2-4b8b-95e9-86adb9aceabb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5f14d32a-61a9-479e-b519-68a4399e874a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4bfd7e4d-3fe0-48c0-8f63-3446b87d38e8 {
  text-align: center;
}




  #s-4bfd7e4d-3fe0-48c0-8f63-3446b87d38e8 img.shogun-image {
    
    width: px;
  }


#s-4bfd7e4d-3fe0-48c0-8f63-3446b87d38e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b064e2f-fac3-4110-8a87-fa8bc80a9172 {
  text-align: center;
}




  #s-6b064e2f-fac3-4110-8a87-fa8bc80a9172 img.shogun-image {
    
    width: px;
  }


#s-6b064e2f-fac3-4110-8a87-fa8bc80a9172 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7f1130b-65cc-4225-9789-80fbf748ace2 {
  text-align: center;
}




  #s-e7f1130b-65cc-4225-9789-80fbf748ace2 img.shogun-image {
    
    width: px;
  }


#s-e7f1130b-65cc-4225-9789-80fbf748ace2 .shogun-image-content {
  
    align-items: center;
  
}

#s-516aa267-38f4-4141-b7e2-6968fbfafea6 {
  text-align: center;
}




  #s-516aa267-38f4-4141-b7e2-6968fbfafea6 img.shogun-image {
    
    width: px;
  }


#s-516aa267-38f4-4141-b7e2-6968fbfafea6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e5abf7c-2244-4d80-a8d2-defb69d8a28f {
  text-align: center;
}




  #s-7e5abf7c-2244-4d80-a8d2-defb69d8a28f img.shogun-image {
    
    width: px;
  }


#s-7e5abf7c-2244-4d80-a8d2-defb69d8a28f .shogun-image-content {
  
    align-items: center;
  
}

#s-a7d91c2b-25ee-4fe3-a498-6595e99822ec {
  text-align: center;
}




  #s-a7d91c2b-25ee-4fe3-a498-6595e99822ec img.shogun-image {
    
    width: px;
  }


#s-a7d91c2b-25ee-4fe3-a498-6595e99822ec .shogun-image-content {
  
    align-items: center;
  
}

#s-98bfa721-6c5b-447d-8e86-02865e7a9f7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98bfa721-6c5b-447d-8e86-02865e7a9f7a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-98bfa721-6c5b-447d-8e86-02865e7a9f7a .shogun-heading-component h1 a {
  color: #000;
}


#s-51d9bd59-8432-4099-8e20-37d761e211ed {
  min-height: 50px;
}








#s-51d9bd59-8432-4099-8e20-37d761e211ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51d9bd59-8432-4099-8e20-37d761e211ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ddd8e59-f415-4d12-bc4b-1ae9c8443fd9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1abddfc5-d7cc-4a10-b16d-ab592f0db9bf .shogun-icon-wrapper {
  text-align: right;
}


#s-1abddfc5-d7cc-4a10-b16d-ab592f0db9bf .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-ce1f274f-ba8f-4d9d-aaaf-68b485fb42db .shogun-icon-wrapper {
  text-align: left;
}


#s-ce1f274f-ba8f-4d9d-aaaf-68b485fb42db .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-3fc9090e-1d6b-4235-8f28-05b9f11f5ad1 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-3fc9090e-1d6b-4235-8f28-05b9f11f5ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc9090e-1d6b-4235-8f28-05b9f11f5ad1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d22ce3cd-f53b-466e-a5de-c8f96280c085 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 102, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d22ce3cd-f53b-466e-a5de-c8f96280c085:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d22ce3cd-f53b-466e-a5de-c8f96280c085:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d22ce3cd-f53b-466e-a5de-c8f96280c085.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-aee2b83e-3d34-4ba3-83e2-00aea06d244c {
  margin-left: 50px;
margin-right: 50px;
}

#s-aee2b83e-3d34-4ba3-83e2-00aea06d244c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-359040b9-a52c-410b-8ddb-e4400703496a {
  min-height: 50px;
}








#s-359040b9-a52c-410b-8ddb-e4400703496a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359040b9-a52c-410b-8ddb-e4400703496a.shg-box.shg-c {
  justify-content: center;
}

#s-e5d6a562-bdb8-423d-9039-c6d73a8ced12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5d6a562-bdb8-423d-9039-c6d73a8ced12 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe9f1d25-a890-4fc7-bbb6-87c70ecc9dc2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-fe9f1d25-a890-4fc7-bbb6-87c70ecc9dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9f1d25-a890-4fc7-bbb6-87c70ecc9dc2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9241441-a9c5-445d-8a73-12b77fa08347 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d9241441-a9c5-445d-8a73-12b77fa08347"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2bc67443-34d2-4701-b5ba-c450f3e43f0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bc67443-34d2-4701-b5ba-c450f3e43f0c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2bc67443-34d2-4701-b5ba-c450f3e43f0c .shogun-heading-component h1 a {
  color: #000;
}


#s-7edc5334-4e2d-4957-906a-9179a3e07ef5 {
  min-height: 50px;
}








#s-7edc5334-4e2d-4957-906a-9179a3e07ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edc5334-4e2d-4957-906a-9179a3e07ef5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ef690600-ec0e-415b-a345-ba5dd2fcc2e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6beebe2f-d9f7-45fd-a52f-10c8bb7cd003 .shogun-icon-wrapper {
  text-align: center;
}


#s-6beebe2f-d9f7-45fd-a52f-10c8bb7cd003 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-19274b5a-4c0f-466f-aef5-8bf49ebcb026 .shogun-icon-wrapper {
  text-align: center;
}


#s-19274b5a-4c0f-466f-aef5-8bf49ebcb026 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-1c2e306c-588d-4ec8-8d3d-9da827b0a406 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c2e306c-588d-4ec8-8d3d-9da827b0a406 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-c48b5226-6a60-4c84-8dee-d6f13a48ed5c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-106960b1-ad82-416a-8283-3bbd97718842 {
  text-align: center;
}




  #s-106960b1-ad82-416a-8283-3bbd97718842 img.shogun-image {
    
    width: px;
  }


#s-106960b1-ad82-416a-8283-3bbd97718842 .shogun-image-content {
  
    align-items: center;
  
}

#s-5080a272-c445-431c-b262-6b34bd87eab9 {
  text-align: center;
}




  #s-5080a272-c445-431c-b262-6b34bd87eab9 img.shogun-image {
    
    width: px;
  }


#s-5080a272-c445-431c-b262-6b34bd87eab9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5291fc7c-b38e-496d-9f0b-f12f8202d8ce {
  text-align: center;
}




  #s-5291fc7c-b38e-496d-9f0b-f12f8202d8ce img.shogun-image {
    
    width: px;
  }


#s-5291fc7c-b38e-496d-9f0b-f12f8202d8ce .shogun-image-content {
  
    align-items: center;
  
}

#s-b259560f-56d6-43fc-99d1-a1ee195de8c1 {
  text-align: center;
}




  #s-b259560f-56d6-43fc-99d1-a1ee195de8c1 img.shogun-image {
    
    width: px;
  }


#s-b259560f-56d6-43fc-99d1-a1ee195de8c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-069a4cab-da8d-4d26-a536-c1fc30fafcb5 {
  text-align: center;
}




  #s-069a4cab-da8d-4d26-a536-c1fc30fafcb5 img.shogun-image {
    
    width: px;
  }


#s-069a4cab-da8d-4d26-a536-c1fc30fafcb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a80bbe16-f19b-412a-9152-95558a980d81 {
  text-align: center;
}




  #s-a80bbe16-f19b-412a-9152-95558a980d81 img.shogun-image {
    
    width: px;
  }


#s-a80bbe16-f19b-412a-9152-95558a980d81 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae6f72e4-5478-4a33-85e8-b20416c28a72 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 228, 228, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ae6f72e4-5478-4a33-85e8-b20416c28a72:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(8, 0, 0, 1) !important;}#s-ae6f72e4-5478-4a33-85e8-b20416c28a72:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ae6f72e4-5478-4a33-85e8-b20416c28a72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-21ef846f-48eb-476a-b3a4-182032782adf {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-21ef846f-48eb-476a-b3a4-182032782adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ef846f-48eb-476a-b3a4-182032782adf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4d74dfb-1e2f-4177-b3d1-33dfaf4ebb9b {
  margin-left: 50px;
margin-right: 50px;
}

#s-d4d74dfb-1e2f-4177-b3d1-33dfaf4ebb9b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-36f96283-0c37-4bd4-833e-1156d753d822 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-36f96283-0c37-4bd4-833e-1156d753d822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f96283-0c37-4bd4-833e-1156d753d822.shg-box.shg-c {
  justify-content: center;
}

#s-14c35ed0-45a4-400a-87f5-587c2ec2bf47 {
  min-height: 50px;
}








#s-14c35ed0-45a4-400a-87f5-587c2ec2bf47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c35ed0-45a4-400a-87f5-587c2ec2bf47.shg-box.shg-c {
  justify-content: center;
}

#s-3bb79866-7a54-4794-b3be-9d827e471af3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3bb79866-7a54-4794-b3be-9d827e471af3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33d54e0a-dbb3-41d7-afbb-a2cd3004e42a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-33d54e0a-dbb3-41d7-afbb-a2cd3004e42a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d54e0a-dbb3-41d7-afbb-a2cd3004e42a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df65e0f4-2cfa-4df6-812f-4aad660de964 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df65e0f4-2cfa-4df6-812f-4aad660de964"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6222ae36-8bf5-4de2-90e6-cbfc5d888f11 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d2c73fbe-fc65-4469-b43d-fa81202548e0 {
  text-align: center;
}




  #s-d2c73fbe-fc65-4469-b43d-fa81202548e0 img.shogun-image {
    
    width: px;
  }


#s-d2c73fbe-fc65-4469-b43d-fa81202548e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc19108e-d9c8-43bc-b50f-8ce60fb245af {
  text-align: center;
}




  #s-bc19108e-d9c8-43bc-b50f-8ce60fb245af img.shogun-image {
    
    width: px;
  }


#s-bc19108e-d9c8-43bc-b50f-8ce60fb245af .shogun-image-content {
  
    align-items: center;
  
}

#s-c3741a15-fec4-4cad-b66c-ac2be13d10f6 {
  text-align: center;
}




  #s-c3741a15-fec4-4cad-b66c-ac2be13d10f6 img.shogun-image {
    
    width: px;
  }


#s-c3741a15-fec4-4cad-b66c-ac2be13d10f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fd57dde-7f4a-408f-9ee8-c2876e7ce1e8 {
  text-align: center;
}




  #s-0fd57dde-7f4a-408f-9ee8-c2876e7ce1e8 img.shogun-image {
    
    width: px;
  }


#s-0fd57dde-7f4a-408f-9ee8-c2876e7ce1e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d186543-4544-4fc1-a080-29fb85c79e2e {
  text-align: center;
}




  #s-7d186543-4544-4fc1-a080-29fb85c79e2e img.shogun-image {
    
    width: px;
  }


#s-7d186543-4544-4fc1-a080-29fb85c79e2e .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a71056-beb6-449e-b0a8-d65d05e96479 {
  text-align: center;
}




  #s-f7a71056-beb6-449e-b0a8-d65d05e96479 img.shogun-image {
    
    width: px;
  }


#s-f7a71056-beb6-449e-b0a8-d65d05e96479 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceca3a55-ce54-47e5-8210-19c6cce9d631 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceca3a55-ce54-47e5-8210-19c6cce9d631 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ceca3a55-ce54-47e5-8210-19c6cce9d631 .shogun-heading-component h1 a {
  color: #000;
}


#s-2a0b3da4-a5df-4256-b01d-6ab105a9d0fe {
  min-height: 50px;
}








#s-2a0b3da4-a5df-4256-b01d-6ab105a9d0fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a0b3da4-a5df-4256-b01d-6ab105a9d0fe.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-29ad42e5-eac4-40b9-9763-8e54f2957e13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-522f6656-b781-4407-b2d7-55ef17207559 .shogun-icon-wrapper {
  text-align: right;
}


#s-522f6656-b781-4407-b2d7-55ef17207559 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-90da5723-9c97-4092-8591-97c6a3d26bd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-90da5723-9c97-4092-8591-97c6a3d26bd2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-e6704e06-81b3-4d09-94f2-4d37d48abc88 .shogun-icon-wrapper {
  text-align: left;
}


#s-e6704e06-81b3-4d09-94f2-4d37d48abc88 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-2adcb852-4266-42ab-a3e7-7e65e0d05c54 {
  min-height: 50px;
}








#s-2adcb852-4266-42ab-a3e7-7e65e0d05c54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2adcb852-4266-42ab-a3e7-7e65e0d05c54.shg-box.shg-c {
  justify-content: center;
}

#s-9bdc5111-1fe0-4f69-b478-73877b9892ab {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-9bdc5111-1fe0-4f69-b478-73877b9892ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bdc5111-1fe0-4f69-b478-73877b9892ab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c767d0bb-2caf-48ec-afa4-7468ec855ce3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-c767d0bb-2caf-48ec-afa4-7468ec855ce3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c767d0bb-2caf-48ec-afa4-7468ec855ce3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c767d0bb-2caf-48ec-afa4-7468ec855ce3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6ed61e02-33a7-4ef4-ba59-6ea3e5d63a2a {
  margin-left: 50px;
margin-right: 50px;
}

#s-6ed61e02-33a7-4ef4-ba59-6ea3e5d63a2a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-1751a995-1199-4916-928e-6e48787a40d4 {
  min-height: 50px;
}








#s-1751a995-1199-4916-928e-6e48787a40d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1751a995-1199-4916-928e-6e48787a40d4.shg-box.shg-c {
  justify-content: center;
}

#s-85c7f4db-d969-4d7d-ab2d-2524f9888e39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85c7f4db-d969-4d7d-ab2d-2524f9888e39 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01d3af43-7a29-4acf-a635-51aad3c3bcac {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-01d3af43-7a29-4acf-a635-51aad3c3bcac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d3af43-7a29-4acf-a635-51aad3c3bcac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5963b8ba-36a0-49a6-bf4c-ef725a158ed9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-75cc9b7b-af56-4b6b-b658-372977745ebd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75cc9b7b-af56-4b6b-b658-372977745ebd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-75cc9b7b-af56-4b6b-b658-372977745ebd .shogun-heading-component h1 a {
  color: #000;
}


#s-c11350ea-c61b-4ad5-a41c-7453abc6b529 {
  min-height: 50px;
}








#s-c11350ea-c61b-4ad5-a41c-7453abc6b529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c11350ea-c61b-4ad5-a41c-7453abc6b529.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d8b7f8-a7de-4e50-aeb9-fd437d4a1fdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d0c064e-e947-40e4-8f8d-b3718f690e75 .shogun-icon-wrapper {
  text-align: right;
}


#s-3d0c064e-e947-40e4-8f8d-b3718f690e75 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-804b864a-8b9c-4fb5-8112-adc4d8e4ef37 .shogun-icon-wrapper {
  text-align: left;
}


#s-804b864a-8b9c-4fb5-8112-adc4d8e4ef37 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-3eb813e5-b25d-4a8e-8904-71216a7984d9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-82ad01fa-5615-4120-8e51-31eb884671cb {
  text-align: center;
}




  #s-82ad01fa-5615-4120-8e51-31eb884671cb img.shogun-image {
    
    width: px;
  }


#s-82ad01fa-5615-4120-8e51-31eb884671cb .shogun-image-content {
  
    align-items: center;
  
}

#s-3a9e7b84-31c6-4a6e-a80e-ee58406ca43e {
  text-align: center;
}




  #s-3a9e7b84-31c6-4a6e-a80e-ee58406ca43e img.shogun-image {
    
    width: px;
  }


#s-3a9e7b84-31c6-4a6e-a80e-ee58406ca43e .shogun-image-content {
  
    align-items: center;
  
}

#s-a1a4de8c-905b-47cf-9969-6cf72a9741ea {
  text-align: center;
}




  #s-a1a4de8c-905b-47cf-9969-6cf72a9741ea img.shogun-image {
    
    width: px;
  }


#s-a1a4de8c-905b-47cf-9969-6cf72a9741ea .shogun-image-content {
  
    align-items: center;
  
}

#s-58e96790-b3d4-4c7a-845d-3445850d12b4 {
  text-align: center;
}




  #s-58e96790-b3d4-4c7a-845d-3445850d12b4 img.shogun-image {
    
    width: px;
  }


#s-58e96790-b3d4-4c7a-845d-3445850d12b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dae4e93c-e30e-45c2-aa17-e94228049e7a {
  text-align: center;
}




  #s-dae4e93c-e30e-45c2-aa17-e94228049e7a img.shogun-image {
    
    width: px;
  }


#s-dae4e93c-e30e-45c2-aa17-e94228049e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-f9cf2b84-425e-4d54-b855-43b6963b2452 {
  text-align: center;
}




  #s-f9cf2b84-425e-4d54-b855-43b6963b2452 img.shogun-image {
    
    width: px;
  }


#s-f9cf2b84-425e-4d54-b855-43b6963b2452 .shogun-image-content {
  
    align-items: center;
  
}

#s-966aa0d8-c935-4076-8ba6-4a1c1b52efaf {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-966aa0d8-c935-4076-8ba6-4a1c1b52efaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-966aa0d8-c935-4076-8ba6-4a1c1b52efaf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2a9b2986-03a6-4407-bb31-fb90ee86467f {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 102, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-2a9b2986-03a6-4407-bb31-fb90ee86467f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2a9b2986-03a6-4407-bb31-fb90ee86467f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2a9b2986-03a6-4407-bb31-fb90ee86467f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-a65bfefb-e94c-4d7c-bf0b-07c5aee0d547 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a65bfefb-e94c-4d7c-bf0b-07c5aee0d547 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-4554f1ae-ba3f-4777-8bea-ae4c01e98786 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4554f1ae-ba3f-4777-8bea-ae4c01e98786 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-797ad935-e774-4c9c-9e3a-b52dd3279bff {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-797ad935-e774-4c9c-9e3a-b52dd3279bff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-797ad935-e774-4c9c-9e3a-b52dd3279bff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-143bc0ed-fe8a-452d-b9ce-0cc161e7471e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cbf0ef38-023c-450b-9674-ab9f3fad09e7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7b7ed034-b28a-4ffa-bbde-fe030575a3ff {
  text-align: center;
}




  #s-7b7ed034-b28a-4ffa-bbde-fe030575a3ff img.shogun-image {
    
    width: px;
  }


#s-7b7ed034-b28a-4ffa-bbde-fe030575a3ff .shogun-image-content {
  
    align-items: center;
  
}

#s-ef3f9d3f-d2ce-4dd6-ac4e-ff5523b14fb1 {
  text-align: center;
}




  #s-ef3f9d3f-d2ce-4dd6-ac4e-ff5523b14fb1 img.shogun-image {
    
    width: px;
  }


#s-ef3f9d3f-d2ce-4dd6-ac4e-ff5523b14fb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-190184b1-b44a-4ba5-9b0a-97f8bc688319 {
  text-align: center;
}




  #s-190184b1-b44a-4ba5-9b0a-97f8bc688319 img.shogun-image {
    
    width: px;
  }


#s-190184b1-b44a-4ba5-9b0a-97f8bc688319 .shogun-image-content {
  
    align-items: center;
  
}

#s-d709342c-bdc6-4423-9095-9dc0c4f8a41f {
  text-align: center;
}




  #s-d709342c-bdc6-4423-9095-9dc0c4f8a41f img.shogun-image {
    
    width: px;
  }


#s-d709342c-bdc6-4423-9095-9dc0c4f8a41f .shogun-image-content {
  
    align-items: center;
  
}

#s-f7156376-9c31-43b9-9e81-6759eef41437 {
  text-align: center;
}




  #s-f7156376-9c31-43b9-9e81-6759eef41437 img.shogun-image {
    
    width: px;
  }


#s-f7156376-9c31-43b9-9e81-6759eef41437 .shogun-image-content {
  
    align-items: center;
  
}

#s-52216985-cd15-4f7e-bafd-2c68a60d7d8c {
  text-align: center;
}




  #s-52216985-cd15-4f7e-bafd-2c68a60d7d8c img.shogun-image {
    
    width: px;
  }


#s-52216985-cd15-4f7e-bafd-2c68a60d7d8c .shogun-image-content {
  
    align-items: center;
  
}

#s-0584912a-cd7a-4034-9ee2-da54a2e10bcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0584912a-cd7a-4034-9ee2-da54a2e10bcc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0584912a-cd7a-4034-9ee2-da54a2e10bcc .shogun-heading-component h1 a {
  color: #000;
}


#s-92bc016b-e183-4088-91f1-0a71b17244bf {
  min-height: 50px;
}








#s-92bc016b-e183-4088-91f1-0a71b17244bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92bc016b-e183-4088-91f1-0a71b17244bf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0d79738-9e8b-4a99-aae3-580a44839cd3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74f3a655-7029-4674-8544-0df24ebad85c .shogun-icon-wrapper {
  text-align: right;
}


#s-74f3a655-7029-4674-8544-0df24ebad85c .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-4324522f-7dff-4156-8e4d-7a872924eea7 .shogun-icon-wrapper {
  text-align: left;
}


#s-4324522f-7dff-4156-8e4d-7a872924eea7 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-2dc4d4cf-0ee1-4a73-bf01-5c57fbec3eae {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 228, 228, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-2dc4d4cf-0ee1-4a73-bf01-5c57fbec3eae:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-2dc4d4cf-0ee1-4a73-bf01-5c57fbec3eae:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-2dc4d4cf-0ee1-4a73-bf01-5c57fbec3eae.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4d4bb136-ebb6-4078-898d-f23738e9d580 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4d4bb136-ebb6-4078-898d-f23738e9d580 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-6103cca1-9caa-4752-9d94-323f511e36f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6103cca1-9caa-4752-9d94-323f511e36f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6103cca1-9caa-4752-9d94-323f511e36f1.shg-box.shg-c {
  justify-content: center;
}

#s-af7cddf0-1826-4252-83cd-2fa907798acf {
  min-height: 50px;
}








#s-af7cddf0-1826-4252-83cd-2fa907798acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af7cddf0-1826-4252-83cd-2fa907798acf.shg-box.shg-c {
  justify-content: center;
}

#s-2e44407b-9a25-4b01-8459-67a95cc8111e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e44407b-9a25-4b01-8459-67a95cc8111e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4a9f8fc3-f75b-4374-900c-f5f5b0ab4744"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dc7df94b-dbd4-479c-a1ec-b64b819d05f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc7df94b-dbd4-479c-a1ec-b64b819d05f7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dc7df94b-dbd4-479c-a1ec-b64b819d05f7 .shogun-heading-component h1 a {
  color: #000;
}


#s-913af84f-ae33-4e9f-8047-0176be330cf0 {
  min-height: 50px;
}








#s-913af84f-ae33-4e9f-8047-0176be330cf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-913af84f-ae33-4e9f-8047-0176be330cf0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cdd8e7f9-0b63-4683-97bd-a4221176788e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df9ce3d7-2bd2-4f38-897c-313b92e99f4d .shogun-icon-wrapper {
  text-align: right;
}


#s-df9ce3d7-2bd2-4f38-897c-313b92e99f4d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-8c64e434-7393-4c39-bddd-291b9ebba264 .shogun-icon-wrapper {
  text-align: center;
}


#s-8c64e434-7393-4c39-bddd-291b9ebba264 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-1bf1f451-2f42-4747-ad74-6dc082dd071e .shogun-icon-wrapper {
  text-align: left;
}


#s-1bf1f451-2f42-4747-ad74-6dc082dd071e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-7cb704ec-76f6-46f8-b995-4c645b49a3f4 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a2fda734-d28f-42d1-a3dd-d76bbb8b0424 {
  text-align: center;
}




  #s-a2fda734-d28f-42d1-a3dd-d76bbb8b0424 img.shogun-image {
    
    width: px;
  }


#s-a2fda734-d28f-42d1-a3dd-d76bbb8b0424 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8beafd6-27e2-4bbb-bf4d-d24314c394f8 {
  text-align: center;
}




  #s-a8beafd6-27e2-4bbb-bf4d-d24314c394f8 img.shogun-image {
    
    width: px;
  }


#s-a8beafd6-27e2-4bbb-bf4d-d24314c394f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-237ec1ab-4457-414b-a051-90bf8c155819 {
  text-align: center;
}




  #s-237ec1ab-4457-414b-a051-90bf8c155819 img.shogun-image {
    
    width: px;
  }


#s-237ec1ab-4457-414b-a051-90bf8c155819 .shogun-image-content {
  
    align-items: center;
  
}

#s-57620fc1-c8db-4714-8ee0-fc32eeca15f0 {
  text-align: center;
}




  #s-57620fc1-c8db-4714-8ee0-fc32eeca15f0 img.shogun-image {
    
    width: px;
  }


#s-57620fc1-c8db-4714-8ee0-fc32eeca15f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69de657-d706-4a7e-8f9e-c7acd7925b3e {
  text-align: center;
}




  #s-a69de657-d706-4a7e-8f9e-c7acd7925b3e img.shogun-image {
    
    width: px;
  }


#s-a69de657-d706-4a7e-8f9e-c7acd7925b3e .shogun-image-content {
  
    align-items: center;
  
}

#s-cda17c71-a487-45c1-8af4-8f3008b34f7c {
  text-align: center;
}




  #s-cda17c71-a487-45c1-8af4-8f3008b34f7c img.shogun-image {
    
    width: px;
  }


#s-cda17c71-a487-45c1-8af4-8f3008b34f7c .shogun-image-content {
  
    align-items: center;
  
}

#s-3ca216fc-644f-405a-bf7e-1866d0dae0fb {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 20px;
background-color: rgba(0, 0, 0, 0);
}








#s-3ca216fc-644f-405a-bf7e-1866d0dae0fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca216fc-644f-405a-bf7e-1866d0dae0fb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c382e27-c9b6-4be3-9436-f72a3191992e {
  min-height: 50px;
}








#s-3c382e27-c9b6-4be3-9436-f72a3191992e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c382e27-c9b6-4be3-9436-f72a3191992e.shg-box.shg-c {
  justify-content: center;
}

#s-a3b616a2-c87e-469d-8deb-e9f866f29fa6 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a3b616a2-c87e-469d-8deb-e9f866f29fa6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3b616a2-c87e-469d-8deb-e9f866f29fa6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a3b616a2-c87e-469d-8deb-e9f866f29fa6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-b2ad80b5-66f9-4768-b99d-54dd3b0dced4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-b2ad80b5-66f9-4768-b99d-54dd3b0dced4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-61ca2b72-0a77-4f44-a37c-7475b720898f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61ca2b72-0a77-4f44-a37c-7475b720898f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-612a33d5-08eb-490f-b918-bc0e426f1209 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-612a33d5-08eb-490f-b918-bc0e426f1209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-612a33d5-08eb-490f-b918-bc0e426f1209.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d0186680-2dfd-4b2d-aee6-39ae36d16efa {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d0186680-2dfd-4b2d-aee6-39ae36d16efa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d5b9734d-5d84-4dc9-ac16-482cc324155a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-01cecd22-b6b6-4db3-8da3-030b870d7202 {
  text-align: center;
}




  #s-01cecd22-b6b6-4db3-8da3-030b870d7202 img.shogun-image {
    
    width: px;
  }


#s-01cecd22-b6b6-4db3-8da3-030b870d7202 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbed1c7b-92c6-4990-9b77-acad7f1d64b2 {
  text-align: center;
}




  #s-dbed1c7b-92c6-4990-9b77-acad7f1d64b2 img.shogun-image {
    
    width: px;
  }


#s-dbed1c7b-92c6-4990-9b77-acad7f1d64b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-230e917e-ecf8-470f-97b3-1167dee804a3 {
  text-align: center;
}




  #s-230e917e-ecf8-470f-97b3-1167dee804a3 img.shogun-image {
    
    width: px;
  }


#s-230e917e-ecf8-470f-97b3-1167dee804a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-83cbcd26-1d46-4331-b3ca-e02967a46453 {
  text-align: center;
}




  #s-83cbcd26-1d46-4331-b3ca-e02967a46453 img.shogun-image {
    
    width: px;
  }


#s-83cbcd26-1d46-4331-b3ca-e02967a46453 .shogun-image-content {
  
    align-items: center;
  
}

#s-299af9e4-35d6-4c0b-84d6-628bec7b8dab {
  text-align: center;
}




  #s-299af9e4-35d6-4c0b-84d6-628bec7b8dab img.shogun-image {
    
    width: px;
  }


#s-299af9e4-35d6-4c0b-84d6-628bec7b8dab .shogun-image-content {
  
    align-items: center;
  
}

#s-767d5876-ab1c-4f05-bf8f-4f56847c914c {
  text-align: center;
}




  #s-767d5876-ab1c-4f05-bf8f-4f56847c914c img.shogun-image {
    
    width: px;
  }


#s-767d5876-ab1c-4f05-bf8f-4f56847c914c .shogun-image-content {
  
    align-items: center;
  
}

#s-436c7162-7178-42bb-9732-aebf789448e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-436c7162-7178-42bb-9732-aebf789448e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-436c7162-7178-42bb-9732-aebf789448e3 .shogun-heading-component h1 a {
  color: #000;
}


#s-7c43eabc-17d2-4b06-b651-82a9fe829ec9 {
  min-height: 50px;
}








#s-7c43eabc-17d2-4b06-b651-82a9fe829ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c43eabc-17d2-4b06-b651-82a9fe829ec9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00397df8-e5e0-465d-ad8f-6ee330fc5cf5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-24ff67e7-d35f-4964-841a-06094fcb9f02 .shogun-icon-wrapper {
  text-align: right;
}


#s-24ff67e7-d35f-4964-841a-06094fcb9f02 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-7d499bf9-8948-42db-9003-9f2869546ea8 .shogun-icon-wrapper {
  text-align: left;
}


#s-7d499bf9-8948-42db-9003-9f2869546ea8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-5698c098-4de5-43bc-8341-a042d52aa556 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 153, 102, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-5698c098-4de5-43bc-8341-a042d52aa556:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5698c098-4de5-43bc-8341-a042d52aa556:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5698c098-4de5-43bc-8341-a042d52aa556.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dbe7b9d7-5480-4c1e-97d6-6e1e888bce0b {
  margin-left: 50px;
margin-right: 50px;
}

#s-dbe7b9d7-5480-4c1e-97d6-6e1e888bce0b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-5f3b22ba-a5c1-4358-b848-37d75991c2f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f3b22ba-a5c1-4358-b848-37d75991c2f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec407ead-5c7f-4159-ae06-3dbab39393de {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ec407ead-5c7f-4159-ae06-3dbab39393de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2cafad4c-65e1-4b1e-9a1a-8ea028355275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cafad4c-65e1-4b1e-9a1a-8ea028355275 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2cafad4c-65e1-4b1e-9a1a-8ea028355275 .shogun-heading-component h1 a {
  color: #000;
}


#s-3df4966c-84ae-44c4-8a8c-f315f62825f3 {
  min-height: 50px;
}








#s-3df4966c-84ae-44c4-8a8c-f315f62825f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df4966c-84ae-44c4-8a8c-f315f62825f3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3f097b86-eb55-4793-8136-96c312e86c3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-47685ffa-62e9-4fed-99e9-78a26690d7f8 .shogun-icon-wrapper {
  text-align: right;
}


#s-47685ffa-62e9-4fed-99e9-78a26690d7f8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-e18a5e9d-5b62-4c3e-af96-95345276dfe8 .shogun-icon-wrapper {
  text-align: left;
}


#s-e18a5e9d-5b62-4c3e-af96-95345276dfe8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-70a1fef0-fc49-43f0-acd6-ff28d0a89fa6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c032f69c-fee3-4726-8c2f-bb9d4fd09859 {
  text-align: center;
}




  #s-c032f69c-fee3-4726-8c2f-bb9d4fd09859 img.shogun-image {
    
    width: px;
  }


#s-c032f69c-fee3-4726-8c2f-bb9d4fd09859 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ac438ac-b242-4f31-9bc1-bebc0bcac45f {
  text-align: center;
}




  #s-6ac438ac-b242-4f31-9bc1-bebc0bcac45f img.shogun-image {
    
    width: px;
  }


#s-6ac438ac-b242-4f31-9bc1-bebc0bcac45f .shogun-image-content {
  
    align-items: center;
  
}

#s-129a761f-963c-4e7b-ad08-132bf3005646 {
  text-align: center;
}




  #s-129a761f-963c-4e7b-ad08-132bf3005646 img.shogun-image {
    
    width: px;
  }


#s-129a761f-963c-4e7b-ad08-132bf3005646 .shogun-image-content {
  
    align-items: center;
  
}

#s-14ad98b6-a680-427f-afe6-464b4e71faad {
  text-align: center;
}




  #s-14ad98b6-a680-427f-afe6-464b4e71faad img.shogun-image {
    
    width: px;
  }


#s-14ad98b6-a680-427f-afe6-464b4e71faad .shogun-image-content {
  
    align-items: center;
  
}

#s-7459a642-f707-4c78-9dd7-fb620b8cd714 {
  text-align: center;
}




  #s-7459a642-f707-4c78-9dd7-fb620b8cd714 img.shogun-image {
    
    width: px;
  }


#s-7459a642-f707-4c78-9dd7-fb620b8cd714 .shogun-image-content {
  
    align-items: center;
  
}

#s-23ce9299-1baf-4f6c-8b8f-12fd9b1fdf13 {
  text-align: center;
}




  #s-23ce9299-1baf-4f6c-8b8f-12fd9b1fdf13 img.shogun-image {
    
    width: px;
  }


#s-23ce9299-1baf-4f6c-8b8f-12fd9b1fdf13 .shogun-image-content {
  
    align-items: center;
  
}

#s-152e11e3-a1ad-4ec6-be90-e379bec2e63a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(228, 228, 228, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-152e11e3-a1ad-4ec6-be90-e379bec2e63a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-152e11e3-a1ad-4ec6-be90-e379bec2e63a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-152e11e3-a1ad-4ec6-be90-e379bec2e63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-83608e0b-0c90-4e09-9c36-f39055bb5ca5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-83608e0b-0c90-4e09-9c36-f39055bb5ca5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-7999ef75-1d46-4903-9d48-f5202c976e42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7999ef75-1d46-4903-9d48-f5202c976e42 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-46490ec4-5b0f-46a0-b509-58737415045e {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46490ec4-5b0f-46a0-b509-58737415045e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e6ce6a19-f77a-44c6-8305-53aa538b19fb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-61ac6ce2-80f4-441d-9010-b0968e8edf16 {
  text-align: center;
}




  #s-61ac6ce2-80f4-441d-9010-b0968e8edf16 img.shogun-image {
    
    width: px;
  }


#s-61ac6ce2-80f4-441d-9010-b0968e8edf16 .shogun-image-content {
  
    align-items: center;
  
}

#s-bae64012-7072-4f37-9158-a0027d77e030 {
  text-align: center;
}




  #s-bae64012-7072-4f37-9158-a0027d77e030 img.shogun-image {
    
    width: px;
  }


#s-bae64012-7072-4f37-9158-a0027d77e030 .shogun-image-content {
  
    align-items: center;
  
}

#s-f66b22a1-2205-48de-8a28-7d3d5be25de5 {
  text-align: center;
}




  #s-f66b22a1-2205-48de-8a28-7d3d5be25de5 img.shogun-image {
    
    width: px;
  }


#s-f66b22a1-2205-48de-8a28-7d3d5be25de5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1b44e1-dcb7-4912-ae74-4731f0b997e0 {
  text-align: center;
}




  #s-2d1b44e1-dcb7-4912-ae74-4731f0b997e0 img.shogun-image {
    
    width: px;
  }


#s-2d1b44e1-dcb7-4912-ae74-4731f0b997e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-620076d5-775a-4e7a-93f0-d65597f461df {
  text-align: center;
}




  #s-620076d5-775a-4e7a-93f0-d65597f461df img.shogun-image {
    
    width: px;
  }


#s-620076d5-775a-4e7a-93f0-d65597f461df .shogun-image-content {
  
    align-items: center;
  
}

#s-de3e6b3f-b8b3-4aa9-aed7-10ec6f733a54 {
  text-align: center;
}




  #s-de3e6b3f-b8b3-4aa9-aed7-10ec6f733a54 img.shogun-image {
    
    width: px;
  }


#s-de3e6b3f-b8b3-4aa9-aed7-10ec6f733a54 .shogun-image-content {
  
    align-items: center;
  
}

#s-814a8d6a-1173-4be3-9e33-6b28e7c15c70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-814a8d6a-1173-4be3-9e33-6b28e7c15c70 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-814a8d6a-1173-4be3-9e33-6b28e7c15c70 .shogun-heading-component h1 a {
  color: #000;
}


#s-128c354f-2027-4546-bd3b-3a4e6fac0f77 {
  min-height: 50px;
}








#s-128c354f-2027-4546-bd3b-3a4e6fac0f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-128c354f-2027-4546-bd3b-3a4e6fac0f77.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fbaa5b5c-10df-4481-b97e-5cf673282899"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df94209c-98a9-4e72-bd0d-956955c36f6d .shogun-icon-wrapper {
  text-align: right;
}


#s-df94209c-98a9-4e72-bd0d-956955c36f6d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-a9eb1604-d26c-455e-a5a8-a29c4f48b22b .shogun-icon-wrapper {
  text-align: center;
}


#s-a9eb1604-d26c-455e-a5a8-a29c4f48b22b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-8de45a48-53cb-4cc5-96e0-fea67e9452f7 .shogun-icon-wrapper {
  text-align: left;
}


#s-8de45a48-53cb-4cc5-96e0-fea67e9452f7 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-f0395aec-e8b9-4d5a-8988-ced6c578a43d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f0395aec-e8b9-4d5a-8988-ced6c578a43d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0395aec-e8b9-4d5a-8988-ced6c578a43d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f0395aec-e8b9-4d5a-8988-ced6c578a43d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d7a3c860-daeb-44be-8c4e-8a3f416ffd74 {
  margin-left: 50px;
margin-right: 50px;
}

#s-d7a3c860-daeb-44be-8c4e-8a3f416ffd74 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(133, 84, 61, 1);
}

#s-97d9cc42-1cc1-4e24-b52e-4f7b1866d313 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97d9cc42-1cc1-4e24-b52e-4f7b1866d313 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Permanent Marker;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e2377de-9e20-4630-93d0-be27f3059a40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e2377de-9e20-4630-93d0-be27f3059a40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Permanent Marker;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-370b6f82-2d9c-4b39-b878-930c883c043e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-370b6f82-2d9c-4b39-b878-930c883c043e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04fb8b07-78a5-4c4d-8e3c-e5413f3fb452"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-96be8db1-6e5f-4b83-a07a-c7757817de78 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  text-align: left;
}


.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  max-width: 100%;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom,
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  max-width: 100%;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom,
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  max-width: 100%;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom,
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  max-width: 100%;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom,
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc {
  max-width: 100%;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom,
.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4245154f-9d1d-41e7-9ee0-424cd0fa46cc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3e702c26-2125-4366-9846-2746ecff60e9 {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e702c26-2125-4366-9846-2746ecff60e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-f20677f1-c49a-4824-80a0-f64ccde89afa {
  text-align: center;
}

#s-f20677f1-c49a-4824-80a0-f64ccde89afa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f20677f1-c49a-4824-80a0-f64ccde89afa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f20677f1-c49a-4824-80a0-f64ccde89afa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c645fa5-2fb3-4962-8007-f05af2dbfccd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bbdd0e19-1517-430c-a825-09d042929fe4 {
  display: none;
}
#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  text-align: left;
}


.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  max-width: 100%;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom,
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  max-width: 100%;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom,
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  max-width: 100%;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom,
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  max-width: 100%;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom,
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 {
  max-width: 100%;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom,
.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-be560baf-ce45-402e-aebe-5bd8d1854531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a92216ec-78d6-4400-8e5d-41471bc9c166 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a92216ec-78d6-4400-8e5d-41471bc9c166 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-035241d7-b466-48fc-9052-71d70d3a3506 {
  text-align: center;
}

#s-035241d7-b466-48fc-9052-71d70d3a3506 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-035241d7-b466-48fc-9052-71d70d3a3506 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-035241d7-b466-48fc-9052-71d70d3a3506 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-70fce738-a035-4755-a30a-70017712ca03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-70fce738-a035-4755-a30a-70017712ca03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70fce738-a035-4755-a30a-70017712ca03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-70fce738-a035-4755-a30a-70017712ca03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-70fce738-a035-4755-a30a-70017712ca03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-70fce738-a035-4755-a30a-70017712ca03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-70fce738-a035-4755-a30a-70017712ca03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-313e7641-df92-4d4c-b764-de6228957413 {
  display: none;
}
#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  text-align: left;
}


.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  max-width: 100%;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom,
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  max-width: 100%;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom,
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  max-width: 100%;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom,
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  max-width: 100%;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom,
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e {
  max-width: 100%;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom,
.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f286a13c-fa88-499c-8fac-790beeafbe3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22c79be4-f0c4-4a60-a30c-78f67fa25dc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22c79be4-f0c4-4a60-a30c-78f67fa25dc2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
}

#s-56233d6a-1f3c-40dc-afc0-b3b5c03b053f {
  text-align: center;
}

#s-56233d6a-1f3c-40dc-afc0-b3b5c03b053f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-56233d6a-1f3c-40dc-afc0-b3b5c03b053f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-56233d6a-1f3c-40dc-afc0-b3b5c03b053f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f8b45a2a-d764-4250-8da8-ca31ff15c1c8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e3f4ad6-d744-4bb4-a965-b8a9e961d5f2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
min-height: 400px;
background-position: center center;
}








#s-9e3f4ad6-d744-4bb4-a965-b8a9e961d5f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3f4ad6-d744-4bb4-a965-b8a9e961d5f2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85a4306d-84c4-44e4-89ed-200ca2064bd2 {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(252, 252, 252, 0);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-85a4306d-84c4-44e4-89ed-200ca2064bd2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c456f5a7-5f56-4176-801b-ebc8d5ef209d {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-c456f5a7-5f56-4176-801b-ebc8d5ef209d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-43e66066-190d-4899-9ddf-d68219093259 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 25px;
min-height: 350px;
background-position: center center;
}








#s-43e66066-190d-4899-9ddf-d68219093259 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-43e66066-190d-4899-9ddf-d68219093259.shg-box.shg-c {
  justify-content: center;
}

#s-500b22a6-07c6-4988-bc1e-fc575672caaa {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-500b22a6-07c6-4988-bc1e-fc575672caaa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-500b22a6-07c6-4988-bc1e-fc575672caaa .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-6a96d4f6-1d71-4caa-9298-66b0922f12e1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 350px;
background-position: center center;
}








#s-6a96d4f6-1d71-4caa-9298-66b0922f12e1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-6a96d4f6-1d71-4caa-9298-66b0922f12e1.shg-box.shg-c {
  justify-content: center;
}

#s-98dc09f3-f4df-432c-bc93-6754d1fe64ea {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-98dc09f3-f4df-432c-bc93-6754d1fe64ea .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-98dc09f3-f4df-432c-bc93-6754d1fe64ea .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-da8fbd78-cadc-4f05-bf32-faa232e2a2fc {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
margin-right: 0px;
min-height: 350px;
background-position: center center;
}








#s-da8fbd78-cadc-4f05-bf32-faa232e2a2fc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-da8fbd78-cadc-4f05-bf32-faa232e2a2fc.shg-box.shg-c {
  justify-content: center;
}

#s-03d29833-fcb3-40d3-b41a-f9c0de2e3614 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-03d29833-fcb3-40d3-b41a-f9c0de2e3614 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-03d29833-fcb3-40d3-b41a-f9c0de2e3614 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


/*
  $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;
}
