.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-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}@media (max-width: 767px){#s-ffa41fc6-8486-42e6-9903-33f5f7923853 {
  
}
}







#s-ffa41fc6-8486-42e6-9903-33f5f7923853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa41fc6-8486-42e6-9903-33f5f7923853.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}@media (max-width: 767px){#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  
}
}
#s-33826ab8-870c-4ca0-9850-9aa14fd76d51 {
  display: none;
}
#s-da900d79-17db-4aa4-bc16-36109dc14dd7 {
  min-height: 51px;
}








#s-da900d79-17db-4aa4-bc16-36109dc14dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da900d79-17db-4aa4-bc16-36109dc14dd7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f44cc794-cced-46f9-85ba-c4d8631f3132 {
  margin-top: -26px;
margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 6px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f44cc794-cced-46f9-85ba-c4d8631f3132 {
  padding-top: 2px;
}
}
.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-09654cd6-01d7-4e4c-abb5-d03ee17f305c {
  margin-top: -5px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(249, 250, 251, 1);
}
@media (min-width: 1200px){#s-09654cd6-01d7-4e4c-abb5-d03ee17f305c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09654cd6-01d7-4e4c-abb5-d03ee17f305c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09654cd6-01d7-4e4c-abb5-d03ee17f305c {
  
}
}@media (max-width: 767px){#s-09654cd6-01d7-4e4c-abb5-d03ee17f305c {
  
}
}
@media (min-width: 0px) {
[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.0px);
}

}

@media (min-width: 992px) {
[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.0px);
}

}

@media (min-width: 1200px) {
[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.0px);
}

[id="s-09654cd6-01d7-4e4c-abb5-d03ee17f305c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.0px);
}

}

.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-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  text-align: left;
}
@media (max-width: 767px){#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  margin-left: 90px;
margin-right: 90px;
}
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  max-width: 100%;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom,
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  max-width: 100%;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom,
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  max-width: 100%;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom,
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  max-width: 100%;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom,
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be {
  max-width: 100%;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom,
.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f7c62f-6019-4818-9454-1a2ffcf353be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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-14a4d64f-b195-4d20-a5ae-2e967044f0e3 {
  margin-right: 150px;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-14a4d64f-b195-4d20-a5ae-2e967044f0e3 {
  max-width: 250px;
}
}



  #s-14a4d64f-b195-4d20-a5ae-2e967044f0e3 img.shogun-image {
    
    width: px;
  }


#s-14a4d64f-b195-4d20-a5ae-2e967044f0e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4380fca-e82d-4fa5-aaf8-98b7ecc8934a {
  margin-left: 20px;
margin-right: 20px;
}

.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-49d9e83a-5141-4b07-947a-41dd1a0fab65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-49d9e83a-5141-4b07-947a-41dd1a0fab65 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-49d9e83a-5141-4b07-947a-41dd1a0fab65 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-49d9e83a-5141-4b07-947a-41dd1a0fab65 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-49d9e83a-5141-4b07-947a-41dd1a0fab65 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-d395e509-e148-4b6e-993b-b59aee48fc7b {
  margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-d395e509-e148-4b6e-993b-b59aee48fc7b {
  margin-top: 0px;
display: none;
}
#s-d395e509-e148-4b6e-993b-b59aee48fc7b, #wrap-s-d395e509-e148-4b6e-993b-b59aee48fc7b { display:none !important; }}
#s-667068c2-224c-4cc4-b8a5-8fb21e36f7fc {
  margin-left: 11px;
margin-right: 11px;
padding-left: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-667068c2-224c-4cc4-b8a5-8fb21e36f7fc {
  display: none;
}
#s-667068c2-224c-4cc4-b8a5-8fb21e36f7fc, #wrap-s-667068c2-224c-4cc4-b8a5-8fb21e36f7fc { display:none !important; }}
#s-4cfcdd64-33ad-48cb-84af-74318cca4da2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4cfcdd64-33ad-48cb-84af-74318cca4da2 {
  min-height: 0px;
}
}







#s-4cfcdd64-33ad-48cb-84af-74318cca4da2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cfcdd64-33ad-48cb-84af-74318cca4da2.shg-box.shg-c {
  justify-content: center;
}

#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 {
  margin-top: 10px;
padding-left: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 {
  display: none;
}
#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654, #wrap-s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 {
  display: none;
}
#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654, #wrap-s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 {
  display: none;
}
#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654, #wrap-s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 { display:none !important; }}@media (max-width: 767px){#s-cba8e5a1-2d94-4ad4-8190-2bd8d55e1654 {
  margin-top: 0px;
}
}
.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-a46f860b-f0a1-42f0-ac55-0e6025d2ffe7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-a46f860b-f0a1-42f0-ac55-0e6025d2ffe7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a46f860b-f0a1-42f0-ac55-0e6025d2ffe7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a46f860b-f0a1-42f0-ac55-0e6025d2ffe7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-28428d98-afef-4f32-8536-4ac31c58b1a5 {
  margin-left: 150px;
margin-right: 150px;
}








#s-28428d98-afef-4f32-8536-4ac31c58b1a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28428d98-afef-4f32-8536-4ac31c58b1a5.shg-box.shg-c {
  justify-content: center;
}

#s-a66f5677-f4b9-49d7-9cec-1e70d37dde0e {
  margin-left: 2px;
margin-right: 2px;
max-width: 250px;
}




  #s-a66f5677-f4b9-49d7-9cec-1e70d37dde0e img.shogun-image {
    
    width: px;
  }


#s-a66f5677-f4b9-49d7-9cec-1e70d37dde0e .shogun-image-content {
  
    align-items: center;
  
}

#s-fb4d1b36-463b-4df7-8a5e-5df2f4c7b257 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-fb4d1b36-463b-4df7-8a5e-5df2f4c7b257 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-fb4d1b36-463b-4df7-8a5e-5df2f4c7b257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb4d1b36-463b-4df7-8a5e-5df2f4c7b257.shg-box.shg-c {
  justify-content: center;
}

#s-40ec17a0-1ede-4135-a285-b654d8f0397e {
  border-style: solid;
padding-top: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 95, 0, 1);
border-style: solid;
background-color: rgba(255, 242, 235, 1);
}

#s-d16e62aa-ff60-4bee-b30b-173513120480 {
  min-height: 50px;
}








#s-d16e62aa-ff60-4bee-b30b-173513120480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d16e62aa-ff60-4bee-b30b-173513120480.shg-box.shg-c {
  justify-content: center;
}

#s-6c7b9e10-90d0-40f2-b077-5b969a0ddaff {
  margin-top: 10px;
text-align: center;
}




  #s-6c7b9e10-90d0-40f2-b077-5b969a0ddaff img.shogun-image {
    
    width: px;
  }


#s-6c7b9e10-90d0-40f2-b077-5b969a0ddaff .shogun-image-content {
  
    align-items: center;
  
}

#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}@media (max-width: 767px){#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 {
  
}
}







#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6039fb95-8fed-4308-8bd7-3d13a5f53e49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1078343a-930c-48ad-a359-827fcf38afce {
  min-height: 50px;
}








#s-1078343a-930c-48ad-a359-827fcf38afce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1078343a-930c-48ad-a359-827fcf38afce.shg-box.shg-c {
  justify-content: center;
}

#s-2b26ab46-7239-40f8-b7ff-e6612fef5c09 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2b26ab46-7239-40f8-b7ff-e6612fef5c09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b26ab46-7239-40f8-b7ff-e6612fef5c09.shg-box.shg-c {
  justify-content: center;
}

#s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0b86afe0-5175-4c9d-ab96-8ecc8786bb96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d20a7716-38d5-4ad2-873e-634f6412e016 {
  text-align: center;
}




  #s-d20a7716-38d5-4ad2-873e-634f6412e016 img.shogun-image {
    
    width: px;
  }


#s-d20a7716-38d5-4ad2-873e-634f6412e016 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fb46f35-c7b2-4d63-b6b8-891b9cadb50e {
  text-align: center;
}




  #s-5fb46f35-c7b2-4d63-b6b8-891b9cadb50e img.shogun-image {
    
    width: px;
  }


#s-5fb46f35-c7b2-4d63-b6b8-891b9cadb50e .shogun-image-content {
  
    align-items: center;
  
}

#s-928834e3-8329-41f8-a24f-92e9c1eb3c5c {
  text-align: center;
}




  #s-928834e3-8329-41f8-a24f-92e9c1eb3c5c img.shogun-image {
    
    width: px;
  }


#s-928834e3-8329-41f8-a24f-92e9c1eb3c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8537e8-72ea-44d0-b61a-5676fae8df4c {
  margin-top: 10px;
background-color: rgba(249, 250, 251, 1);
}

#s-fdde4484-dca2-4d86-84b0-c5d669fda4ab {
  margin-top: 0px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(249, 250, 251, 1);
}

@media (min-width: 0px) {
[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fdde4484-dca2-4d86-84b0-c5d669fda4ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-29fe7a77-53cf-4af9-b908-acadc2f84fcd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-c89dcef0-f06b-470a-a76b-b823839b625d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-284cfc22-d21c-4472-b65b-2fdd013656c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-0d830a66-cee4-4635-9d20-aece363b9a1b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-59807c0d-4f98-44b3-915b-a4ae49cfbf6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-8c8e49b4-8369-4bc9-9e59-231e730b53f2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c8e49b4-8369-4bc9-9e59-231e730b53f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-817891f7-1bd5-4587-b09b-7b989add79f1 {
  padding-top: 5px;
}

#s-817891f7-1bd5-4587-b09b-7b989add79f1 .shogun-icon-wrapper {
  text-align: center;
}


#s-817891f7-1bd5-4587-b09b-7b989add79f1 .shogun-icon-wrapper > .shogun-icon {

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

#s-b281e874-00af-4879-883e-0db30bf52d88 {
  padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-fb79e23a-4175-4601-a559-adb5bdd953db {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb79e23a-4175-4601-a559-adb5bdd953db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71a172a3-f46c-48a7-a1ed-ff772a928d70 {
  padding-top: 15px;
}

#s-71a172a3-f46c-48a7-a1ed-ff772a928d70 .shogun-icon-wrapper {
  text-align: center;
}


#s-71a172a3-f46c-48a7-a1ed-ff772a928d70 .shogun-icon-wrapper > .shogun-icon {

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

#s-2298d7db-a75a-45f4-b30e-98f561636298 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ed70c0f-2aeb-4792-862f-43158ed1dc8b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c877c6ba-be23-4560-b5e9-9c904bfacf78 {
  padding-top: 10px;
}

#s-c877c6ba-be23-4560-b5e9-9c904bfacf78 .shogun-icon-wrapper {
  text-align: center;
}


#s-c877c6ba-be23-4560-b5e9-9c904bfacf78 .shogun-icon-wrapper > .shogun-icon {

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

#s-0f789936-b36f-422a-a955-d952022d47b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-fabe1c75-e521-4a4e-a676-835dd948a397 {
  min-height: 50px;
}








#s-fabe1c75-e521-4a4e-a676-835dd948a397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabe1c75-e521-4a4e-a676-835dd948a397.shg-box.shg-c {
  justify-content: center;
}

#s-0f00c6cd-e0ba-41df-949c-a08871a8bd74 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
}
#s-0f00c6cd-e0ba-41df-949c-a08871a8bd74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f00c6cd-e0ba-41df-949c-a08871a8bd74:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f00c6cd-e0ba-41df-949c-a08871a8bd74.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-548833d6-7874-4660-8611-07be34595c57 {
  min-height: 50px;
}








#s-548833d6-7874-4660-8611-07be34595c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-548833d6-7874-4660-8611-07be34595c57.shg-box.shg-c {
  justify-content: center;
}

#s-3f56873b-ae83-4bec-a9c9-894125552ea3 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-3f56873b-ae83-4bec-a9c9-894125552ea3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 {
  
}
}@media (max-width: 767px){#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 {
  
}
}







#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33ba9093-3675-44a4-bb3d-1c7db4ea8b20.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a {
  
}
}@media (max-width: 767px){#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a {
  
}
}







#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-92f8d9d2-dbda-45bf-b874-1fb68c9d507a.shg-box.shg-c {
  justify-content: center;
}

#s-ac0e35b3-1d74-4b43-bc50-56d9817258a7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(249, 250, 251, 1);
}

@media (min-width: 0px) {
[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ac0e35b3-1d74-4b43-bc50-56d9817258a7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3ad3ab4f-b53a-43d4-9034-3a77eb606dea {
  margin-top: 2px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ad3ab4f-b53a-43d4-9034-3a77eb606dea .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5657c7c1-4536-4385-9125-95ab694ea24c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-edf07505-9d4b-48a2-a22b-24c14c3915cf {
  margin-left: 10px;
margin-right: 10px;
}

.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-1f8b1c22-c0b0-4bf5-a298-42e441a414a6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cf0d6930-418c-4ada-a990-a6617774962b {
  text-align: center;
}




  #s-cf0d6930-418c-4ada-a990-a6617774962b img.shogun-image {
    
    width: px;
  }


#s-cf0d6930-418c-4ada-a990-a6617774962b .shogun-image-content {
  
    align-items: center;
  
}

#s-a309be03-944e-4968-a313-c1bfbfc75684 {
  text-align: center;
}




  #s-a309be03-944e-4968-a313-c1bfbfc75684 img.shogun-image {
    
    width: px;
  }


#s-a309be03-944e-4968-a313-c1bfbfc75684 .shogun-image-content {
  
    align-items: center;
  
}

#s-23c8c575-a480-4b15-b438-cc7238a7793a {
  text-align: center;
}




  #s-23c8c575-a480-4b15-b438-cc7238a7793a img.shogun-image {
    
    width: px;
  }


#s-23c8c575-a480-4b15-b438-cc7238a7793a .shogun-image-content {
  
    align-items: center;
  
}

#s-c0276387-4d80-42d0-931b-950f1c677a83 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c0276387-4d80-42d0-931b-950f1c677a83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-f48ad94a-496d-4712-b8b3-cddd8d360a62 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-638602e3-22c9-47ef-b3e4-d55c9ea2024f {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-638602e3-22c9-47ef-b3e4-d55c9ea2024f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e499b3a-3ef2-4bfb-8073-b1509f1100a4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-13772658-c5b9-446b-abed-fd758c8483d4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-87b11eee-54c1-4a26-96b2-141e37e84b0b {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(249, 250, 251, 1);
}

@media (min-width: 0px) {
[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-87b11eee-54c1-4a26-96b2-141e37e84b0b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4723afcb-e24b-419c-a744-24380112a797 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4723afcb-e24b-419c-a744-24380112a797 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd15f24d-98cf-43ee-ae37-58d44563fe19 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bd15f24d-98cf-43ee-ae37-58d44563fe19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-777390bb-0451-4063-a2d7-e1505be6acde {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
}

#s-777390bb-0451-4063-a2d7-e1505be6acde .shogun-icon-wrapper {
  text-align: center;
}


#s-777390bb-0451-4063-a2d7-e1505be6acde .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(253, 5, 5, 1);
}

#s-cd9f574e-e8ad-4a7e-b267-afdb98226231 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-9d691ed8-2071-480e-8a68-1e2895199a78 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d691ed8-2071-480e-8a68-1e2895199a78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-648e6ff6-e3a3-4019-80e0-40c12682e770 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
}

#s-648e6ff6-e3a3-4019-80e0-40c12682e770 .shogun-icon-wrapper {
  text-align: center;
}


#s-648e6ff6-e3a3-4019-80e0-40c12682e770 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(253, 5, 5, 1);
}

#s-0f381bde-a03d-448d-834d-0c7f4b117be1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-5d31ad39-8392-4092-adcb-2f585f1cd3f4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d31ad39-8392-4092-adcb-2f585f1cd3f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2ffecedd-1ff5-4971-938e-e555ab2a3a26 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
}

#s-2ffecedd-1ff5-4971-938e-e555ab2a3a26 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ffecedd-1ff5-4971-938e-e555ab2a3a26 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(253, 5, 5, 1);
}

#s-4f4eed0d-68fc-4bea-868e-5269bd50f4b9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-b09d7662-7009-4fa3-a758-715d38de9a21 {
  margin-top: 9px;
margin-bottom: 9px;
}

#s-5b8b24a1-e867-4c4c-bbc7-b3929c7fbeba {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-5b8b24a1-e867-4c4c-bbc7-b3929c7fbeba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b8b24a1-e867-4c4c-bbc7-b3929c7fbeba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c410be4c-20ab-4313-bfd0-ecb319e0fd67 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a784fe68-144a-4dee-9063-fd5ea6d88622 {
  text-align: center;
}




  #s-a784fe68-144a-4dee-9063-fd5ea6d88622 img.shogun-image {
    
    width: px;
  }


#s-a784fe68-144a-4dee-9063-fd5ea6d88622 .shogun-image-content {
  
    align-items: center;
  
}

#s-fad0fe2b-761f-423d-9ab4-0fa17037f5bf {
  text-align: center;
}




  #s-fad0fe2b-761f-423d-9ab4-0fa17037f5bf img.shogun-image {
    
    width: px;
  }


#s-fad0fe2b-761f-423d-9ab4-0fa17037f5bf .shogun-image-content {
  
    align-items: center;
  
}

#s-415e6194-37b1-488d-af59-c0ebb7e2f47c {
  min-height: 50px;
}








#s-415e6194-37b1-488d-af59-c0ebb7e2f47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-415e6194-37b1-488d-af59-c0ebb7e2f47c.shg-box.shg-c {
  justify-content: center;
}

#s-25945676-e922-4850-8a9a-3088aeeb56aa {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
}
#s-25945676-e922-4850-8a9a-3088aeeb56aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25945676-e922-4850-8a9a-3088aeeb56aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25945676-e922-4850-8a9a-3088aeeb56aa-btn-wrapper {
    text-align: center;
  }


#s-25945676-e922-4850-8a9a-3088aeeb56aa.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-fc5c6836-de58-4464-bb2a-0655dfe20729 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc5c6836-de58-4464-bb2a-0655dfe20729 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91957b8a-d7f2-4e69-87b7-59e7bb6df988 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(249, 250, 251, 1);
}








#s-91957b8a-d7f2-4e69-87b7-59e7bb6df988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91957b8a-d7f2-4e69-87b7-59e7bb6df988.shg-box.shg-c {
  justify-content: center;
}

#s-dba63002-5a89-4389-be87-f1a596b576f1 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-dba63002-5a89-4389-be87-f1a596b576f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-5ba49bb7-95a9-493d-b7c8-cfa58d0dda68 {
  min-height: 50px;
}








#s-5ba49bb7-95a9-493d-b7c8-cfa58d0dda68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ba49bb7-95a9-493d-b7c8-cfa58d0dda68.shg-box.shg-c {
  justify-content: center;
}

#s-1795b358-26a7-4190-9887-b27efca57a0c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c1109ef0-d85c-4f6b-b3ca-b3489b0b65fc {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-c1109ef0-d85c-4f6b-b3ca-b3489b0b65fc img.shogun-image {
    
    width: px;
  }


#s-c1109ef0-d85c-4f6b-b3ca-b3489b0b65fc .shogun-image-content {
  
    align-items: center;
  
}

#s-35d3e8d4-7485-4b4c-b868-2a0da92c6673 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 6px;
padding-left: 20px;
padding-bottom: 6px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-35d3e8d4-7485-4b4c-b868-2a0da92c6673:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35d3e8d4-7485-4b4c-b868-2a0da92c6673:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-35d3e8d4-7485-4b4c-b868-2a0da92c6673.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f14e3945-a77b-4df3-83e4-4c6cf765412a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f14e3945-a77b-4df3-83e4-4c6cf765412a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0e65551-2a7e-46a5-9873-0525ae84e7c7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1a529d74-e923-4cf9-8675-be15af2a446d {
  box-shadow:0px -1px 0px 0px ;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(107, 95, 95, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-1a529d74-e923-4cf9-8675-be15af2a446d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a529d74-e923-4cf9-8675-be15af2a446d.shg-box.shg-c {
  justify-content: center;
}

#s-34ddee32-daed-4bb8-b909-93a8d3145b72 {
  text-align: center;
}




  #s-34ddee32-daed-4bb8-b909-93a8d3145b72 img.shogun-image {
    
    width: px;
  }


#s-34ddee32-daed-4bb8-b909-93a8d3145b72 .shogun-image-content {
  
    align-items: center;
  
}

#s-fef469d4-89b8-4a98-bd7c-201f06358d15 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-fef469d4-89b8-4a98-bd7c-201f06358d15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fef469d4-89b8-4a98-bd7c-201f06358d15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fef469d4-89b8-4a98-bd7c-201f06358d15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b1fe71c-577a-432a-a77d-9ce0d25738b8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-8b1fe71c-577a-432a-a77d-9ce0d25738b8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbc45601-022f-4ce1-a3cf-acc6fd6c391a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f781657b-4287-41ff-b5a9-f65e6640f20d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-f781657b-4287-41ff-b5a9-f65e6640f20d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f781657b-4287-41ff-b5a9-f65e6640f20d.shg-box.shg-c {
  justify-content: center;
}

#s-024aaf15-27f2-4f23-a378-05f3de4c23ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8427f7d8-da5c-4a23-8d26-d12bbdfc94d8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-8427f7d8-da5c-4a23-8d26-d12bbdfc94d8 img.shogun-image {
    
    width: px;
  }


#s-8427f7d8-da5c-4a23-8d26-d12bbdfc94d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b56a8903-9327-4bb3-bdd5-749e5be0fb6f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-b56a8903-9327-4bb3-bdd5-749e5be0fb6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b56a8903-9327-4bb3-bdd5-749e5be0fb6f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b56a8903-9327-4bb3-bdd5-749e5be0fb6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d6cc9873-7f9a-407b-846a-664c125cd5a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6cc9873-7f9a-407b-846a-664c125cd5a4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5bcb223-ab95-4404-b757-6190346882ce {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-0c9bacb4-c592-4772-a85d-3d17da23788d {
  min-height: 50px;
}








#s-0c9bacb4-c592-4772-a85d-3d17da23788d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c9bacb4-c592-4772-a85d-3d17da23788d.shg-box.shg-c {
  justify-content: center;
}

#s-02516466-8280-4436-bf5f-1359fdeacf0e {
  margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(59, 187, 100, 1);
}

#s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22c4e7c5-e956-4967-a7c8-f7aedfd5981d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f7f8114-ae9d-4223-9e6f-69cef5fd0a02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f7f8114-ae9d-4223-9e6f-69cef5fd0a02 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d3254edd-3b44-4b5f-b364-29742ca1d24a {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-4b635466-e986-4a1a-a845-665f407640db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b635466-e986-4a1a-a845-665f407640db .shogun-heading-component h5 {
  color: rgba(99, 87, 87, 0.95);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2395b085-fefa-426b-b5a6-d9423af88095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2395b085-fefa-426b-b5a6-d9423af88095 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19df66fc-8240-4006-87ec-2b94a9382309 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19df66fc-8240-4006-87ec-2b94a9382309"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-80abf120-b5b2-4c89-a09d-83992570d06f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}




  #s-80abf120-b5b2-4c89-a09d-83992570d06f img.shogun-image {
    
    width: px;
  }


#s-80abf120-b5b2-4c89-a09d-83992570d06f .shogun-image-content {
  
    align-items: center;
  
}

#s-0c968d21-7719-4ab1-b157-b93e73b689ac {
  padding-left: 20px;
padding-right: 20px;
}

#s-ce15833d-ab84-4452-ab36-cef1ea7ebae0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ce15833d-ab84-4452-ab36-cef1ea7ebae0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8044e2ad-44e9-4ce8-9874-dee3b6420bd4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}




  #s-8044e2ad-44e9-4ce8-9874-dee3b6420bd4 img.shogun-image {
    
    width: px;
  }


#s-8044e2ad-44e9-4ce8-9874-dee3b6420bd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee9d6e42-4f7f-4ca3-9c8a-02b9717d9302 {
  padding-left: 20px;
padding-right: 20px;
}

#s-cac16f40-619e-4077-80a5-4050ac5d04cc {
  margin-top: 10px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac16f40-619e-4077-80a5-4050ac5d04cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-00ca290a-9999-45b3-89d3-9cbc96955417 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-00ca290a-9999-45b3-89d3-9cbc96955417 {
  padding-top: 20px;
text-align: center;
}
}



  #s-00ca290a-9999-45b3-89d3-9cbc96955417 img.shogun-image {
    
    width: px;
  }


#s-00ca290a-9999-45b3-89d3-9cbc96955417 .shogun-image-content {
  
    align-items: center;
  
}

#s-0236f41d-e2d8-403e-9ba9-8a316ce0b65d {
  padding-left: 20px;
padding-right: 20px;
}

#s-bab86d97-d052-45eb-8b1e-02056886caca {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-9f54ddd5-a143-4277-9e37-40acba0d6ff0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9f54ddd5-a143-4277-9e37-40acba0d6ff0 .shogun-countdown span, #s-9f54ddd5-a143-4277-9e37-40acba0d6ff0 .shogun-countdown label {
  color: #555;
}
#s-7a8c6a77-e23d-471e-adfd-cc6d61162804 {
  border-style: solid;
margin-top: 10px;
margin-left: 35px;
margin-right: 35px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 9px;
text-align: center;
}




  #s-7a8c6a77-e23d-471e-adfd-cc6d61162804 img.shogun-image {
    
    width: px;
  }


#s-7a8c6a77-e23d-471e-adfd-cc6d61162804 .shogun-image-content {
  
    align-items: center;
  
}

#s-3484ebd6-adce-4c8b-9985-4702019562a5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-89b15af7-d81d-4bd5-a1cd-3f4f1a06ced6 {
  margin-left: 20px;
margin-right: 20px;
padding-left: 100px;
padding-right: 100px;
text-align: center;
}




  #s-89b15af7-d81d-4bd5-a1cd-3f4f1a06ced6 img.shogun-image {
    
    width: px;
  }


#s-89b15af7-d81d-4bd5-a1cd-3f4f1a06ced6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}@media (max-width: 767px){#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 {
  
}
}







#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8ec3f29-00b0-4936-8c4a-b95fdfa74c04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d75ee682-6f47-416e-a822-2507d76f733d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(145, 2, 2, 1);
border-style: solid;
border-radius: 0px;
}

#s-c1420540-8830-4342-a772-3fd9976484a8 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1420540-8830-4342-a772-3fd9976484a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f1ea8a5-30aa-4937-bee0-f6cfe566134f {
  min-height: 50px;
}








#s-6f1ea8a5-30aa-4937-bee0-f6cfe566134f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1ea8a5-30aa-4937-bee0-f6cfe566134f.shg-box.shg-c {
  justify-content: center;
}

#s-5f64bdab-301d-4478-8da6-30a4e9397a34 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f64bdab-301d-4478-8da6-30a4e9397a34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bc386dde-0776-4a7c-8dc9-e6f3c3764639 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(16, 1, 1, 1);
}




  #s-bc386dde-0776-4a7c-8dc9-e6f3c3764639 img.shogun-image {
    
    width: px;
  }


#s-bc386dde-0776-4a7c-8dc9-e6f3c3764639 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ad37119-fc23-43e2-83b8-64cb600d8a07 {
  padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-f6552648-c2cd-42e3-8738-7469cc6e2bf2 {
  padding-top: 9px;
padding-bottom: 9px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}




  #s-f6552648-c2cd-42e3-8738-7469cc6e2bf2 img.shogun-image {
    
    width: px;
  }


#s-f6552648-c2cd-42e3-8738-7469cc6e2bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ea4752d-a9b7-45c8-bcb2-b3c568150081 {
  padding-bottom: 10px;
background-color: rgba(7, 0, 0, 1);
}

#s-4a2b9a0a-b2e1-4cce-9f7f-c459773d05dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}




  #s-4a2b9a0a-b2e1-4cce-9f7f-c459773d05dc img.shogun-image {
    
    width: px;
  }


#s-4a2b9a0a-b2e1-4cce-9f7f-c459773d05dc .shogun-image-content {
  
    align-items: center;
  
}

#s-b0ea4d1b-e127-4d02-be89-d42f224320bb {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cd60d22-a0a7-40e9-bd3f-7cf9495f66f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d9d6e57-7c5e-491c-8131-03285111a016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d9d6e57-7c5e-491c-8131-03285111a016 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-036ded2c-c4fb-431c-bdd6-37a96b38b6bf {
  margin-left: 20px;
margin-right: 20px;
}

#s-71544181-65f8-4596-b993-0b78a0f3ad5a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-ce59ee66-5678-43f4-b111-8cab09d47c02 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}@media (max-width: 767px){#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c {
  
}
}
#s-d76d1cab-2fe2-48cb-935a-f5fdd64bcd4c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-19680f3d-23cb-4a8c-b038-9c91bebbf697 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
}
#s-19680f3d-23cb-4a8c-b038-9c91bebbf697:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19680f3d-23cb-4a8c-b038-9c91bebbf697:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19680f3d-23cb-4a8c-b038-9c91bebbf697.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-354e0364-b690-4c3e-970d-ec65c5d55c48 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-354e0364-b690-4c3e-970d-ec65c5d55c48 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}@media (max-width: 767px){#s-e9050f09-31ce-4ed9-b867-082c508051b9 {
  
}
}







#s-e9050f09-31ce-4ed9-b867-082c508051b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9050f09-31ce-4ed9-b867-082c508051b9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-63d7d3ea-b208-4b1e-95e1-3e24621d4464 {
  min-height: 50px;
}








#s-63d7d3ea-b208-4b1e-95e1-3e24621d4464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63d7d3ea-b208-4b1e-95e1-3e24621d4464.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8aeb290a-55a5-459c-9840-b974a7822a6e {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 250, 251, 1);
  padding: 10px;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8aeb290a-55a5-459c-9840-b974a7822a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-12a7fd58-91e7-4c4f-9993-86cdf5d4176d {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dafd1872-9446-4d87-a4d8-2de89950dd4e {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dd2c2f01-d661-41a4-b3c9-5362c36b8132 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2a3e5c9c-155f-4b02-99f4-d1099ae4a419 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fe480b3b-7fc4-4cb9-a701-da023f01a5db {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3bf4de85-c345-49a9-bfe4-f3abae308537 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-04f148ad-4813-4db3-9208-bbd20f966597 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-89b4f2ff-78fd-4193-b04e-fb879e735b3b {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c739f6dc-8eff-4793-a0a7-87f8da36d6de {
  min-height: 50px;
}








#s-c739f6dc-8eff-4793-a0a7-87f8da36d6de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c739f6dc-8eff-4793-a0a7-87f8da36d6de.shg-box.shg-c {
  justify-content: center;
}

#s-5ecf3699-279d-462e-942e-b6f10f340766 {
  margin-top: 10px;
margin-bottom: 10px;
}








#s-5ecf3699-279d-462e-942e-b6f10f340766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ecf3699-279d-462e-942e-b6f10f340766.shg-box.shg-c {
  justify-content: center;
}

#s-cb700886-8f1e-4d30-bcf9-e606aa0175f9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb700886-8f1e-4d30-bcf9-e606aa0175f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b200130-2ce7-48dd-aa75-c7b52051ca34 .shogun-countdown span, #s-4b200130-2ce7-48dd-aa75-c7b52051ca34 .shogun-countdown label {
  color: #555;
}
#s-7beca522-a992-47e0-aa6e-8dc5c08b4b28 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(13, 204, 15, 1);
text-align: center;
text-decoration: none;
}
#s-7beca522-a992-47e0-aa6e-8dc5c08b4b28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7beca522-a992-47e0-aa6e-8dc5c08b4b28:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7beca522-a992-47e0-aa6e-8dc5c08b4b28.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}

#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 {
  margin-top: 10px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 {
  
}
}@media (max-width: 767px){#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 {
  
}
}







#s-1478aabb-dc78-4d95-b40b-813bcffa4d48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1478aabb-dc78-4d95-b40b-813bcffa4d48.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b5685b94-ec50-4e60-a6cb-41ac04fb092f {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-b5685b94-ec50-4e60-a6cb-41ac04fb092f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-20dc15b2-ad86-4383-9972-4693213f8fd8 {
  padding-top: 15px;
padding-bottom: 1px;
}

#s-e12d9a4d-10cb-40a8-b256-7dfad38f2979 {
  padding-top: 15px;
padding-bottom: 1px;
}

#s-8ccfa964-2aca-410a-a76b-86c0b9e2af6b {
  padding-top: 15px;
padding-bottom: 1px;
}

#s-630888f4-188c-4c4f-aff8-9c1621757f6c {
  padding-top: 15px;
padding-bottom: 1px;
}

#s-077c805c-5a03-4111-a2f3-611a7af69469 {
  padding-top: 15px;
padding-bottom: 1px;
}

/*
  $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;
}
