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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-35c31f61-337a-4383-a150-32ba75a9694b {
  background-color: rgba(0, 174, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-35c31f61-337a-4383-a150-32ba75a9694b {
  display: none;
}
#s-35c31f61-337a-4383-a150-32ba75a9694b, #wrap-s-35c31f61-337a-4383-a150-32ba75a9694b, #wrap-content-s-35c31f61-337a-4383-a150-32ba75a9694b { display: none !important; }}@media (max-width: 767px){#s-35c31f61-337a-4383-a150-32ba75a9694b {
  display: none;
}
#s-35c31f61-337a-4383-a150-32ba75a9694b, #wrap-s-35c31f61-337a-4383-a150-32ba75a9694b, #wrap-content-s-35c31f61-337a-4383-a150-32ba75a9694b { display: none !important; }}
@media (min-width: 0px) {
[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35c31f61-337a-4383-a150-32ba75a9694b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-83d50819-9895-4422-92a6-0fce3c97e604"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83d50819-9895-4422-92a6-0fce3c97e604"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-83d50819-9895-4422-92a6-0fce3c97e604"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-83d50819-9895-4422-92a6-0fce3c97e604"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-98ed864f-4b22-4980-96a0-73b265071c82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98ed864f-4b22-4980-96a0-73b265071c82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-98ed864f-4b22-4980-96a0-73b265071c82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-98ed864f-4b22-4980-96a0-73b265071c82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-370556cf-1358-499f-a8ee-df2ece5f25bb {
  text-align: right;
}

#s-370556cf-1358-499f-a8ee-df2ece5f25bb {
  overflow: hidden;
  
  
}







  #s-370556cf-1358-499f-a8ee-df2ece5f25bb img.shogun-image {
    

    
    
    
  }


#s-370556cf-1358-499f-a8ee-df2ece5f25bb .shogun-image-content {
  
    justify-content: center;
  
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-324236b0-b94f-417a-9040-3c71c39d3d1d {
  min-height: 50px;
}








#s-324236b0-b94f-417a-9040-3c71c39d3d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-324236b0-b94f-417a-9040-3c71c39d3d1d {
  cursor: pointer;
}#s-324236b0-b94f-417a-9040-3c71c39d3d1d.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 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 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;
  
  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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-2a54afea-a0d9-4d97-b9b0-9ac41eae50b5 {
  margin-top: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-2a54afea-a0d9-4d97-b9b0-9ac41eae50b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a54afea-a0d9-4d97-b9b0-9ac41eae50b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a54afea-a0d9-4d97-b9b0-9ac41eae50b5 {
  
}
}@media (max-width: 767px){#s-2a54afea-a0d9-4d97-b9b0-9ac41eae50b5 {
  
}
}
@media (min-width: 0px) {
[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-63968d94-5087-4688-9d92-80d1476bac31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

#s-dcbe9747-688f-4322-8551-76f1977107b6 {
  text-align: right;
}

#s-dcbe9747-688f-4322-8551-76f1977107b6 {
  overflow: hidden;
  
  
}







  #s-dcbe9747-688f-4322-8551-76f1977107b6 img.shogun-image {
    

    
    
    
  }


#s-dcbe9747-688f-4322-8551-76f1977107b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cbd8382a-3c4d-4373-9abd-4ab3cdd0b18a {
  min-height: 50px;
}








#s-cbd8382a-3c4d-4373-9abd-4ab3cdd0b18a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cbd8382a-3c4d-4373-9abd-4ab3cdd0b18a {
  cursor: pointer;
}#s-cbd8382a-3c4d-4373-9abd-4ab3cdd0b18a.shg-box.shg-c {
  justify-content: center;
}

#s-913d0b0e-33c0-41c3-8672-171cfa445a79 {
  margin-top: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-913d0b0e-33c0-41c3-8672-171cfa445a79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-913d0b0e-33c0-41c3-8672-171cfa445a79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-913d0b0e-33c0-41c3-8672-171cfa445a79 {
  
}
}@media (max-width: 767px){#s-913d0b0e-33c0-41c3-8672-171cfa445a79 {
  
}
}
@media (min-width: 0px) {
[id="s-a09bd12e-2f82-4e43-b260-0cc845db44d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a09bd12e-2f82-4e43-b260-0cc845db44d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a09bd12e-2f82-4e43-b260-0cc845db44d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a09bd12e-2f82-4e43-b260-0cc845db44d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-00b0bc2c-966e-4150-9365-ba7b892ce53e {
  text-align: right;
}

#s-00b0bc2c-966e-4150-9365-ba7b892ce53e {
  overflow: hidden;
  
  
}







  #s-00b0bc2c-966e-4150-9365-ba7b892ce53e img.shogun-image {
    

    
    
    
  }


#s-00b0bc2c-966e-4150-9365-ba7b892ce53e .shogun-image-content {
  
    justify-content: center;
  
}

#s-1e725103-b659-4342-9287-831a2002ec30 {
  min-height: 50px;
}








#s-1e725103-b659-4342-9287-831a2002ec30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e725103-b659-4342-9287-831a2002ec30 {
  cursor: pointer;
}#s-1e725103-b659-4342-9287-831a2002ec30.shg-box.shg-c {
  justify-content: center;
}

#s-51a66f66-2427-4e13-b0ea-c7088632a857 {
  margin-top: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-51a66f66-2427-4e13-b0ea-c7088632a857 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51a66f66-2427-4e13-b0ea-c7088632a857 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51a66f66-2427-4e13-b0ea-c7088632a857 {
  
}
}@media (max-width: 767px){#s-51a66f66-2427-4e13-b0ea-c7088632a857 {
  
}
}
@media (min-width: 0px) {
[id="s-e5774840-1de8-4a92-bc05-402c89faa2d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5774840-1de8-4a92-bc05-402c89faa2d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e5774840-1de8-4a92-bc05-402c89faa2d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5774840-1de8-4a92-bc05-402c89faa2d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-88f353d8-ecbe-4698-ab67-b6e998a5b81d {
  text-align: right;
}

#s-88f353d8-ecbe-4698-ab67-b6e998a5b81d {
  overflow: hidden;
  
  
}







  #s-88f353d8-ecbe-4698-ab67-b6e998a5b81d img.shogun-image {
    

    
    
    
  }


#s-88f353d8-ecbe-4698-ab67-b6e998a5b81d .shogun-image-content {
  
    justify-content: center;
  
}

#s-3aadedce-f0f2-4eba-bc59-c4f3a2c5f49c {
  min-height: 50px;
}








#s-3aadedce-f0f2-4eba-bc59-c4f3a2c5f49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aadedce-f0f2-4eba-bc59-c4f3a2c5f49c {
  cursor: pointer;
}#s-3aadedce-f0f2-4eba-bc59-c4f3a2c5f49c.shg-box.shg-c {
  justify-content: center;
}

#s-e38d3c4d-73c6-4028-bc47-46f2e8ad26e2 {
  margin-top: 0px;
opacity: 1;
}
@media (min-width: 1200px){#s-e38d3c4d-73c6-4028-bc47-46f2e8ad26e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e38d3c4d-73c6-4028-bc47-46f2e8ad26e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e38d3c4d-73c6-4028-bc47-46f2e8ad26e2 {
  
}
}@media (max-width: 767px){#s-e38d3c4d-73c6-4028-bc47-46f2e8ad26e2 {
  
}
}
#s-2dae9986-924b-452c-be86-47d79c6fd2aa {
  background-repeat: no-repeat;
background-size: cover;
height: 250px;
min-height: 518px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dae9986-924b-452c-be86-47d79c6fd2aa {
  display: none;
}
#s-2dae9986-924b-452c-be86-47d79c6fd2aa, #wrap-s-2dae9986-924b-452c-be86-47d79c6fd2aa, #wrap-content-s-2dae9986-924b-452c-be86-47d79c6fd2aa { display: none !important; }}@media (max-width: 767px){#s-2dae9986-924b-452c-be86-47d79c6fd2aa {
  display: none;
}
#s-2dae9986-924b-452c-be86-47d79c6fd2aa, #wrap-s-2dae9986-924b-452c-be86-47d79c6fd2aa, #wrap-content-s-2dae9986-924b-452c-be86-47d79c6fd2aa { display: none !important; }}
#s-2dae9986-924b-452c-be86-47d79c6fd2aa {
  background-image: url(https://i.shgcdn.com/7ec0e954-cce8-4723-b756-6d94b7e5207f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2dae9986-924b-452c-be86-47d79c6fd2aa > .shg-box-overlay {
  background-color: rgba(0, 174, 239, 1);
  opacity: 0;
  display: block;
}#s-2dae9986-924b-452c-be86-47d79c6fd2aa.shg-box.shg-c {
  justify-content: center;
}

#s-0e5c721f-13bf-4376-a6e1-241185a121d9 {
  margin-top: 2px;
margin-bottom: 2px;
min-height: 50px;
background-color: rgba(236, 237, 238, 0.57);
}








#s-0e5c721f-13bf-4376-a6e1-241185a121d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e5c721f-13bf-4376-a6e1-241185a121d9.shg-box.shg-c {
  justify-content: center;
}

#s-2c38923b-06da-4657-92ec-b473e435ce2f {
  margin-top: 35px;
margin-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c38923b-06da-4657-92ec-b473e435ce2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-6f57fbf2-a43f-4b5f-b3e7-e4e04ecb22c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f57fbf2-a43f-4b5f-b3e7-e4e04ecb22c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-45ced940-356d-44f9-a3e6-6b0e8459d540 {
  margin-top: 7px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;
padding-left: 5px;
padding-right: 5px;
}

#s-f78a4f86-e857-4fbc-9cd9-69ca0d5e7f11 {
  text-align: left;
}

@media (min-width: 0px) {
[id="s-b96d0f03-82cc-489c-b8aa-3a28f6e30564"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b96d0f03-82cc-489c-b8aa-3a28f6e30564"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b96d0f03-82cc-489c-b8aa-3a28f6e30564"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b96d0f03-82cc-489c-b8aa-3a28f6e30564"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8b94de00-dd73-40ae-a0a2-8bdea4a6f6f2 {
  text-align: center;
}

#s-8b94de00-dd73-40ae-a0a2-8bdea4a6f6f2 {
  overflow: hidden;
  
  
}







  #s-8b94de00-dd73-40ae-a0a2-8bdea4a6f6f2 img.shogun-image {
    

    
    
    
  }


#s-8b94de00-dd73-40ae-a0a2-8bdea4a6f6f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af6f637c-b6e7-46f1-9b45-79ee80d82cbc {
  min-height: 50px;
}








#s-af6f637c-b6e7-46f1-9b45-79ee80d82cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af6f637c-b6e7-46f1-9b45-79ee80d82cbc.shg-box.shg-c {
  justify-content: center;
}

#s-b8dfcbd1-ac07-404c-8684-2717ab97f43c {
  padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
text-align: center;
}

#s-b8dfcbd1-ac07-404c-8684-2717ab97f43c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6adbcf9f-5828-420b-afa4-5d3011321114"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6adbcf9f-5828-420b-afa4-5d3011321114"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6adbcf9f-5828-420b-afa4-5d3011321114"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6adbcf9f-5828-420b-afa4-5d3011321114"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-text {
  
  
}

.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-28ac7e17-73cc-4e5d-bc12-6048cb656dad {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjA3NDc4ODAtZjgyZS00OTViLWE3NmUtNTg1MGQyN2EyMjU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGJkMWYxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQ4NmQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MDc0Nzg4MC1mODJlLTQ5NWItYTc2ZS01ODUwZDI3YTIyNTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0bd1f1"}, {"id"=>2, "pos"=>1, "color"=>"#1486d9"}];
}
#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28ac7e17-73cc-4e5d-bc12-6048cb656dad-root {
    text-align: center;
  }


#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28ac7e17-73cc-4e5d-bc12-6048cb656dad-root {
    text-align: center;
  }


#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28ac7e17-73cc-4e5d-bc12-6048cb656dad-root {
    text-align: center;
  }


#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28ac7e17-73cc-4e5d-bc12-6048cb656dad-root {
    text-align: center;
  }


#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28ac7e17-73cc-4e5d-bc12-6048cb656dad-root {
    text-align: center;
  }


#s-28ac7e17-73cc-4e5d-bc12-6048cb656dad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-35765943-3356-4df4-8159-3b528f3f1deb {
  text-align: center;
}

#s-35765943-3356-4df4-8159-3b528f3f1deb {
  overflow: hidden;
  
  
}







  #s-35765943-3356-4df4-8159-3b528f3f1deb img.shogun-image {
    

    
    
    
  }


#s-35765943-3356-4df4-8159-3b528f3f1deb .shogun-image-content {
  
    justify-content: center;
  
}

#s-11e5bb53-ae23-4338-8eb7-26796ebde6c3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11e5bb53-ae23-4338-8eb7-26796ebde6c3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c005e7d4-d532-46cb-9749-c7e3633aa3ab {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e205648c-4ddc-4230-af08-a404aa13f143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e205648c-4ddc-4230-af08-a404aa13f143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e205648c-4ddc-4230-af08-a404aa13f143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e205648c-4ddc-4230-af08-a404aa13f143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQ2NzMwYWEtNmE3ZC00MjQ4LTlhNjgtNzhjNDFjOWRmY2JiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGJkMWYxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQ4NmQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDY3MzBhYS02YTdkLTQyNDgtOWE2OC03OGM0MWM5ZGZjYmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0bd1f1"}, {"id"=>2, "pos"=>1, "color"=>"#1486d9"}];
}
#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c06e16d0-28d0-463f-93fa-23acf66ae9bc-root {
    text-align: center;
  }


#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c06e16d0-28d0-463f-93fa-23acf66ae9bc-root {
    text-align: center;
  }


#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c06e16d0-28d0-463f-93fa-23acf66ae9bc-root {
    text-align: center;
  }


#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c06e16d0-28d0-463f-93fa-23acf66ae9bc-root {
    text-align: center;
  }


#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c06e16d0-28d0-463f-93fa-23acf66ae9bc-root {
    text-align: center;
  }


#s-c06e16d0-28d0-463f-93fa-23acf66ae9bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d44939f7-8cb0-46a9-b3b8-36f8c5722191 {
  text-align: center;
}

#s-d44939f7-8cb0-46a9-b3b8-36f8c5722191 {
  overflow: hidden;
  
  
}







  #s-d44939f7-8cb0-46a9-b3b8-36f8c5722191 img.shogun-image {
    

    
    
    
  }


#s-d44939f7-8cb0-46a9-b3b8-36f8c5722191 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0c7597c-5e04-4037-970a-6117eafdd778 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0c7597c-5e04-4037-970a-6117eafdd778 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2cd6cc71-adf1-4588-b2f8-49f6420fe3d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cd6cc71-adf1-4588-b2f8-49f6420fe3d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2cd6cc71-adf1-4588-b2f8-49f6420fe3d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cd6cc71-adf1-4588-b2f8-49f6420fe3d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjFiZThjMzgtZGJiNS00ZDhmLWFiOTAtMGExZmNjMWZjMTEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGJkMWYxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQ4NmQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMWJlOGMzOC1kYmI1LTRkOGYtYWI5MC0wYTFmY2MxZmMxMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0bd1f1"}, {"id"=>2, "pos"=>1, "color"=>"#1486d9"}];
}
#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5-root {
    text-align: center;
  }


#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5-root {
    text-align: center;
  }


#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5-root {
    text-align: center;
  }


#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5-root {
    text-align: center;
  }


#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5-root {
    text-align: center;
  }


#s-1cb5669e-008b-4cb8-8fb2-e9710e3dc6f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e15232cb-00ec-4fdc-a4a9-a32a0fabb9ef {
  text-align: center;
}

#s-e15232cb-00ec-4fdc-a4a9-a32a0fabb9ef {
  overflow: hidden;
  
  
}







  #s-e15232cb-00ec-4fdc-a4a9-a32a0fabb9ef img.shogun-image {
    

    
    
    
  }


#s-e15232cb-00ec-4fdc-a4a9-a32a0fabb9ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-df7d6b1c-faeb-4192-ae34-5c8b6d9068db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df7d6b1c-faeb-4192-ae34-5c8b6d9068db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb380a90-9cd0-4c41-8e93-efdc0906a860"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a98b4ba7-c561-486a-9552-c3774d04342e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGQxZTE0NmItNWE4Yi00MDUzLTk1N2ItNmMzYWEzZWFlZjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGJkMWYxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQ4NmQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZDFlMTQ2Yi01YThiLTQwNTMtOTU3Yi02YzNhYTNlYWVmNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0bd1f1"}, {"id"=>2, "pos"=>1, "color"=>"#1486d9"}];
}
#s-a98b4ba7-c561-486a-9552-c3774d04342e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a98b4ba7-c561-486a-9552-c3774d04342e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a98b4ba7-c561-486a-9552-c3774d04342e-root {
    text-align: center;
  }


#s-a98b4ba7-c561-486a-9552-c3774d04342e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a98b4ba7-c561-486a-9552-c3774d04342e-root {
    text-align: center;
  }


#s-a98b4ba7-c561-486a-9552-c3774d04342e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a98b4ba7-c561-486a-9552-c3774d04342e-root {
    text-align: center;
  }


#s-a98b4ba7-c561-486a-9552-c3774d04342e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a98b4ba7-c561-486a-9552-c3774d04342e-root {
    text-align: center;
  }


#s-a98b4ba7-c561-486a-9552-c3774d04342e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a98b4ba7-c561-486a-9552-c3774d04342e-root {
    text-align: center;
  }


#s-a98b4ba7-c561-486a-9552-c3774d04342e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-aa06d255-353d-4c3c-a7e2-df3c6e704003 {
  min-height: 50px;
}








#s-aa06d255-353d-4c3c-a7e2-df3c6e704003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa06d255-353d-4c3c-a7e2-df3c6e704003.shg-box.shg-c {
  justify-content: center;
}

#s-55b5f718-3e7c-4dd7-8d75-d09727400a4e {
  margin-top: 1px;
margin-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-55b5f718-3e7c-4dd7-8d75-d09727400a4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c05e2836-76af-4839-8ef7-64cfdcfd5a0d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4fff4b59-5df4-46cd-8208-35e903e92f37 {
  margin-top: 7px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;
padding-left: 5px;
padding-right: 5px;
}

#s-961f6d7f-78f0-4d99-8f1a-c2dd88999b59 {
  min-height: 50px;
background-color: rgba(95, 50, 104, 1);
}








#s-961f6d7f-78f0-4d99-8f1a-c2dd88999b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-961f6d7f-78f0-4d99-8f1a-c2dd88999b59.shg-box.shg-c {
  justify-content: center;
}

#s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3 {
  margin-top: 2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ee27b5bf-cbed-48a2-9ede-d145d146b0b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2 {
  margin-top: 8px;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-348a72ad-fea7-4e7e-aa44-9fce95a8c2d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-87f00152-e87f-480e-bd99-ae59216de009 {
  text-align: center;
}

#s-87f00152-e87f-480e-bd99-ae59216de009 {
  overflow: hidden;
  
  
}







  #s-87f00152-e87f-480e-bd99-ae59216de009 img.shogun-image {
    

    
    
    
  }


#s-87f00152-e87f-480e-bd99-ae59216de009 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7cab8daa-7801-44e1-9d43-b609ef6dc420 {
  margin-top: 7px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;
padding-left: 5px;
padding-right: 5px;
}

#s-a10ebf3e-16fe-42b4-9203-b6e21def7f7d {
  margin-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-a10ebf3e-16fe-42b4-9203-b6e21def7f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a10ebf3e-16fe-42b4-9203-b6e21def7f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a10ebf3e-16fe-42b4-9203-b6e21def7f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a10ebf3e-16fe-42b4-9203-b6e21def7f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f157b5e1-78d0-495c-8070-685c280975d3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(252, 251, 254, 1);
border-radius: 25px;
background-color: rgba(95, 50, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f157b5e1-78d0-495c-8070-685c280975d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f157b5e1-78d0-495c-8070-685c280975d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f157b5e1-78d0-495c-8070-685c280975d3-root {
    text-align: center;
  }


#s-f157b5e1-78d0-495c-8070-685c280975d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f157b5e1-78d0-495c-8070-685c280975d3-root {
    text-align: center;
  }


#s-f157b5e1-78d0-495c-8070-685c280975d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f157b5e1-78d0-495c-8070-685c280975d3-root {
    text-align: center;
  }


#s-f157b5e1-78d0-495c-8070-685c280975d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f157b5e1-78d0-495c-8070-685c280975d3-root {
    text-align: center;
  }


#s-f157b5e1-78d0-495c-8070-685c280975d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f157b5e1-78d0-495c-8070-685c280975d3-root {
    text-align: center;
  }


#s-f157b5e1-78d0-495c-8070-685c280975d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(252, 251, 254, 1);
border-radius: 25px;
background-color: rgba(95, 50, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f-root {
    text-align: center;
  }


#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f-root {
    text-align: center;
  }


#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f-root {
    text-align: center;
  }


#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f-root {
    text-align: center;
  }


#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f-root {
    text-align: center;
  }


#s-9c63b294-df2b-4fc2-80c0-63bd3cfa216f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-ad413723-b460-42e0-bdf8-05be98a9a50f {
  min-height: 50px;
}








#s-ad413723-b460-42e0-bdf8-05be98a9a50f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad413723-b460-42e0-bdf8-05be98a9a50f.shg-box.shg-c {
  justify-content: center;
}

#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  display: none;
}
#s-043bd425-fed4-4214-be69-7e4beb3d88bb, #wrap-s-043bd425-fed4-4214-be69-7e4beb3d88bb, #wrap-content-s-043bd425-fed4-4214-be69-7e4beb3d88bb { display: none !important; }}@media (max-width: 767px){#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  display: none;
}
#s-043bd425-fed4-4214-be69-7e4beb3d88bb, #wrap-s-043bd425-fed4-4214-be69-7e4beb3d88bb, #wrap-content-s-043bd425-fed4-4214-be69-7e4beb3d88bb { display: none !important; }}
#s-043bd425-fed4-4214-be69-7e4beb3d88bb {
  background-image: url(https://i.shgcdn.com/62ff079d-a9e6-44d5-9948-6703a260cd08/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-043bd425-fed4-4214-be69-7e4beb3d88bb > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-043bd425-fed4-4214-be69-7e4beb3d88bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15ec3048-bd5f-4215-8085-d0d3f1050467 {
  min-height: 50px;
}








#s-15ec3048-bd5f-4215-8085-d0d3f1050467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15ec3048-bd5f-4215-8085-d0d3f1050467.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-62d1cd8c-67ee-478e-867f-48f08a54fbdc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-39cd8b4b-4369-442a-91ff-14fab0bdbc3c {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
text-align: right;
}

#s-39cd8b4b-4369-442a-91ff-14fab0bdbc3c {
  overflow: hidden;
  
  
}







  #s-39cd8b4b-4369-442a-91ff-14fab0bdbc3c img.shogun-image {
    

    
    
    
  }


#s-39cd8b4b-4369-442a-91ff-14fab0bdbc3c .shogun-image-content {
  
    justify-content: center;
  
}

#s-19ff0741-57d1-4f0d-b8f0-b407a0282e72 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-19ff0741-57d1-4f0d-b8f0-b407a0282e72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19ff0741-57d1-4f0d-b8f0-b407a0282e72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19ff0741-57d1-4f0d-b8f0-b407a0282e72 {
  
}
}@media (max-width: 767px){#s-19ff0741-57d1-4f0d-b8f0-b407a0282e72 {
  
}
}
@media (min-width: 0px) {
[id="s-6a76dbcf-69fa-469c-b50c-bb237aac6594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a76dbcf-69fa-469c-b50c-bb237aac6594"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a76dbcf-69fa-469c-b50c-bb237aac6594"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a76dbcf-69fa-469c-b50c-bb237aac6594"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(164, 25, 92, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46:hover {background-color: rgba(150, 25, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46:active {background-color: rgba(164, 25, 92, 0.86) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46-root {
    text-align: center;
  }


#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46-root {
    text-align: center;
  }


#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46-root {
    text-align: center;
  }


#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46-root {
    text-align: center;
  }


#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46-root {
    text-align: center;
  }


#s-f0c72dde-ee09-4cf0-9ede-ab879c5eae46.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-27891bf7-106d-4389-9bcc-bd77f505abc5 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(164, 25, 92, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-27891bf7-106d-4389-9bcc-bd77f505abc5:hover {background-color: rgba(150, 25, 92, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27891bf7-106d-4389-9bcc-bd77f505abc5:active {background-color: rgba(164, 25, 92, 0.86) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-27891bf7-106d-4389-9bcc-bd77f505abc5-root {
    text-align: right;
  }


#s-27891bf7-106d-4389-9bcc-bd77f505abc5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27891bf7-106d-4389-9bcc-bd77f505abc5-root {
    text-align: right;
  }


#s-27891bf7-106d-4389-9bcc-bd77f505abc5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27891bf7-106d-4389-9bcc-bd77f505abc5-root {
    text-align: right;
  }


#s-27891bf7-106d-4389-9bcc-bd77f505abc5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27891bf7-106d-4389-9bcc-bd77f505abc5-root {
    text-align: right;
  }


#s-27891bf7-106d-4389-9bcc-bd77f505abc5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27891bf7-106d-4389-9bcc-bd77f505abc5-root {
    text-align: right;
  }


#s-27891bf7-106d-4389-9bcc-bd77f505abc5.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}
}
#s-5b78ba69-eade-4408-bb2b-9f2cff0d4d62 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 250px;
}








#s-5b78ba69-eade-4408-bb2b-9f2cff0d4d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b78ba69-eade-4408-bb2b-9f2cff0d4d62.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9618d1ee-6e74-4778-8926-228436e187fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e8d56b37-3db8-449d-949f-892b423d5027 {
  margin-top: 1px;
margin-bottom: 1px;
}

@media (min-width: 0px) {
[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e8d56b37-3db8-449d-949f-892b423d5027"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5aca5f95-8291-47bb-a043-1422d4d26f99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c9594516-ff20-424e-a6ca-2cd4162ccf8d {
  text-align: center;
}

#s-c9594516-ff20-424e-a6ca-2cd4162ccf8d {
  overflow: hidden;
  
  
}







  #s-c9594516-ff20-424e-a6ca-2cd4162ccf8d img.shogun-image {
    

    
    
    
  }


#s-c9594516-ff20-424e-a6ca-2cd4162ccf8d .shogun-image-content {
  
    justify-content: center;
  
}

#s-bebc8c75-e3a8-4f98-86de-8bd74e0201db {
  margin-top: 7px;
margin-left: 101px;
margin-bottom: 7px;
margin-right: 64px;
padding-left: 5px;
padding-right: 5px;
}

#s-91316eea-868a-487a-aaa5-04c5046ca8a9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjA5YzY5YzctMzYwYy00Njg2LThhYWMtYjU4MDUyNGVkNmM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMGJkMWYxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMTQ4NmQ5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MDljNjljNy0zNjBjLTQ2ODYtOGFhYy1iNTgwNTI0ZWQ2YzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 12px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0bd1f1"}, {"id"=>2, "pos"=>1, "color"=>"#1486d9"}];
}
#s-91316eea-868a-487a-aaa5-04c5046ca8a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91316eea-868a-487a-aaa5-04c5046ca8a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91316eea-868a-487a-aaa5-04c5046ca8a9-root {
    text-align: center;
  }


#s-91316eea-868a-487a-aaa5-04c5046ca8a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91316eea-868a-487a-aaa5-04c5046ca8a9-root {
    text-align: center;
  }


#s-91316eea-868a-487a-aaa5-04c5046ca8a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91316eea-868a-487a-aaa5-04c5046ca8a9-root {
    text-align: center;
  }


#s-91316eea-868a-487a-aaa5-04c5046ca8a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91316eea-868a-487a-aaa5-04c5046ca8a9-root {
    text-align: center;
  }


#s-91316eea-868a-487a-aaa5-04c5046ca8a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91316eea-868a-487a-aaa5-04c5046ca8a9-root {
    text-align: center;
  }


#s-91316eea-868a-487a-aaa5-04c5046ca8a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-c517ec33-6e36-499d-aea4-7d6db4b79678 {
  min-height: 50px;
}








#s-c517ec33-6e36-499d-aea4-7d6db4b79678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c517ec33-6e36-499d-aea4-7d6db4b79678.shg-box.shg-c {
  justify-content: flex-start;
}

#s-371bf320-4952-4729-9ba2-b3c11daadd14 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-371bf320-4952-4729-9ba2-b3c11daadd14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b0a3253-f27d-4fd8-adc8-85891cd6dca6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-40f3e8db-3f17-4be9-a19e-dbb75c2a4acb {
  min-height: 50px;
}








#s-40f3e8db-3f17-4be9-a19e-dbb75c2a4acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40f3e8db-3f17-4be9-a19e-dbb75c2a4acb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2f6fb52c-90b2-4ad1-9af9-1aaad6944614"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 {
  margin-top: 15px;
margin-left: 7px;
padding-top: 0px;
padding-left: 6px;
padding-bottom: 0px;
padding-right: 6px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 {
  display: none;
}
#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9, #wrap-s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9, #wrap-content-s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 { display: none !important; }}@media (max-width: 767px){#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 {
  display: none;
}
#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9, #wrap-s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9, #wrap-content-s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 { display: none !important; }}
#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 {
  overflow: hidden;
  
  
}







  #s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 img.shogun-image {
    

    
    
    
  }


#s-3a73cf47-8402-4d15-b0ed-e31fa5000ce9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9a6d8eef-a18e-45a3-998b-597f06edbfca {
  margin-top: 7px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;
padding-left: 5px;
padding-right: 5px;
}

#s-a7089f9f-a13b-433c-94f1-cf17df5d0e3a {
  min-height: 50px;
}








#s-a7089f9f-a13b-433c-94f1-cf17df5d0e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7089f9f-a13b-433c-94f1-cf17df5d0e3a.shg-box.shg-c {
  justify-content: center;
}

#s-74dec1bb-24fc-4ac9-a40f-9469264dfa59 {
  min-height: 50px;
}








#s-74dec1bb-24fc-4ac9-a40f-9469264dfa59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74dec1bb-24fc-4ac9-a40f-9469264dfa59.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9ccf50c3-7b38-4862-9c2c-bd56a4700ec3 {
  margin-left: 60px;
margin-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(209, 201, 201, 1);
border-style: solid;
}








#s-9ccf50c3-7b38-4862-9c2c-bd56a4700ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ccf50c3-7b38-4862-9c2c-bd56a4700ec3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-deadd1b0-c263-42bd-a1b6-208bf7a24f37 {
  min-height: 50px;
}








#s-deadd1b0-c263-42bd-a1b6-208bf7a24f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-deadd1b0-c263-42bd-a1b6-208bf7a24f37.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f {
  margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9dc2ad55-defb-4f9a-bc1d-8f258e14e38f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-be5c5ecb-66cf-4c69-bc5b-0b9745fffc44 {
  min-height: 50px;
}








#s-be5c5ecb-66cf-4c69-bc5b-0b9745fffc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be5c5ecb-66cf-4c69-bc5b-0b9745fffc44.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-e12a35fa-675c-462d-a91d-7cf9b301e883"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 16.5px);
}

}

@media (min-width: 768px) {
[id="s-e12a35fa-675c-462d-a91d-7cf9b301e883"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.75px);
}

}

@media (min-width: 992px) {
[id="s-e12a35fa-675c-462d-a91d-7cf9b301e883"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.75px);
}

}

@media (min-width: 1200px) {
[id="s-e12a35fa-675c-462d-a91d-7cf9b301e883"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.75px);
}

}

#s-f541be72-124a-4676-b062-312031ddf205 {
  box-shadow:0px 0px 0px  rgba(224, 224, 224, 1);
border-style: solid;
border-top-width: 2px;
border-left-width: 1px;
border-bottom-width: 2px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-radius: 1px;
min-height: 50px;
}








#s-f541be72-124a-4676-b062-312031ddf205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f541be72-124a-4676-b062-312031ddf205.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b665c281-fece-4363-ad20-d095b12ad96b {
  min-height: 50px;
}








#s-b665c281-fece-4363-ad20-d095b12ad96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b665c281-fece-4363-ad20-d095b12ad96b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c430d2e9-fbc9-4127-ad25-32532f76862c {
  min-height: 50px;
}








#s-c430d2e9-fbc9-4127-ad25-32532f76862c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c430d2e9-fbc9-4127-ad25-32532f76862c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-45c9eeb3-1934-4517-bd03-8c8f384bb3e9 {
  text-align: center;
}

#s-45c9eeb3-1934-4517-bd03-8c8f384bb3e9 {
  overflow: hidden;
  
  
}







  #s-45c9eeb3-1934-4517-bd03-8c8f384bb3e9 img.shogun-image {
    

    
    
    
  }


#s-45c9eeb3-1934-4517-bd03-8c8f384bb3e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3a0788de-81de-431d-a08a-68641af2c89b {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-3a0788de-81de-431d-a08a-68641af2c89b:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-3a0788de-81de-431d-a08a-68641af2c89b:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-3a0788de-81de-431d-a08a-68641af2c89b-root {
    text-align: center;
  }


#s-3a0788de-81de-431d-a08a-68641af2c89b.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3a0788de-81de-431d-a08a-68641af2c89b-root {
    text-align: center;
  }


#s-3a0788de-81de-431d-a08a-68641af2c89b.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a0788de-81de-431d-a08a-68641af2c89b-root {
    text-align: center;
  }


#s-3a0788de-81de-431d-a08a-68641af2c89b.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a0788de-81de-431d-a08a-68641af2c89b-root {
    text-align: center;
  }


#s-3a0788de-81de-431d-a08a-68641af2c89b.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3a0788de-81de-431d-a08a-68641af2c89b-root {
    text-align: center;
  }


#s-3a0788de-81de-431d-a08a-68641af2c89b.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-c97f0729-6e19-4e41-a977-b62e65fbf179 {
  margin-top: -8px;
margin-left: 20px;
margin-bottom: 13px;
margin-right: 20px;
padding-top: 5px;
padding-left: 13px;
padding-bottom: 0px;
padding-right: 13px;
}

#s-3717fbac-38f8-4bf7-be39-2dba50737de8 {
  box-shadow:0px 0px 0px  rgba(224, 224, 224, 1);
border-style: solid;
border-top-width: 2px;
border-left-width: 1px;
border-bottom-width: 2px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-radius: 1px;
min-height: 50px;
}








#s-3717fbac-38f8-4bf7-be39-2dba50737de8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3717fbac-38f8-4bf7-be39-2dba50737de8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6ca4df98-7ab1-47e9-b5ef-e0b498722ed1 {
  min-height: 50px;
}








#s-6ca4df98-7ab1-47e9-b5ef-e0b498722ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ca4df98-7ab1-47e9-b5ef-e0b498722ed1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5ce5d6a9-43d1-40d6-921b-d24d280804a3 {
  min-height: 50px;
}








#s-5ce5d6a9-43d1-40d6-921b-d24d280804a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ce5d6a9-43d1-40d6-921b-d24d280804a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1aa8d04c-2717-40e8-81c2-973e22fac4a3 {
  text-align: center;
}

#s-1aa8d04c-2717-40e8-81c2-973e22fac4a3 {
  overflow: hidden;
  
  
}







  #s-1aa8d04c-2717-40e8-81c2-973e22fac4a3 img.shogun-image {
    

    
    
    
  }


#s-1aa8d04c-2717-40e8-81c2-973e22fac4a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2-root {
    text-align: center;
  }


#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2-root {
    text-align: center;
  }


#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2-root {
    text-align: center;
  }


#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2-root {
    text-align: center;
  }


#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2-root {
    text-align: center;
  }


#s-9dd9d64d-8fc7-4560-b6ff-1f470dc3aba2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-39c226a5-42a8-4ae1-b4e3-7a63b81d34fb {
  margin-top: -8px;
margin-bottom: 18px;
padding-top: 5px;
padding-left: 13px;
padding-bottom: 0px;
padding-right: 13px;
}

#s-f7a0cd1f-6d9d-439b-af0b-d9b21c8e58a7 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 219, 219, 1);
border-style: solid;
min-height: 50px;
}








#s-f7a0cd1f-6d9d-439b-af0b-d9b21c8e58a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f7a0cd1f-6d9d-439b-af0b-d9b21c8e58a7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15f9f5cc-672d-446f-a3cd-e4c6c7502f38 {
  text-align: center;
}

#s-15f9f5cc-672d-446f-a3cd-e4c6c7502f38 {
  overflow: hidden;
  
  
}







  #s-15f9f5cc-672d-446f-a3cd-e4c6c7502f38 img.shogun-image {
    

    
    
    
  }


#s-15f9f5cc-672d-446f-a3cd-e4c6c7502f38 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ead00a1c-59f4-4995-b368-b6587fa6f029 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-ead00a1c-59f4-4995-b368-b6587fa6f029:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-ead00a1c-59f4-4995-b368-b6587fa6f029:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-ead00a1c-59f4-4995-b368-b6587fa6f029-root {
    text-align: center;
  }


#s-ead00a1c-59f4-4995-b368-b6587fa6f029.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ead00a1c-59f4-4995-b368-b6587fa6f029-root {
    text-align: center;
  }


#s-ead00a1c-59f4-4995-b368-b6587fa6f029.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ead00a1c-59f4-4995-b368-b6587fa6f029-root {
    text-align: center;
  }


#s-ead00a1c-59f4-4995-b368-b6587fa6f029.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ead00a1c-59f4-4995-b368-b6587fa6f029-root {
    text-align: center;
  }


#s-ead00a1c-59f4-4995-b368-b6587fa6f029.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ead00a1c-59f4-4995-b368-b6587fa6f029-root {
    text-align: center;
  }


#s-ead00a1c-59f4-4995-b368-b6587fa6f029.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 19px;
  
  
  
  display:  block ;
}
}
#s-55024cee-ccf2-4975-92a0-ccc40ade8310 {
  margin-top: -8px;
margin-bottom: 18px;
padding-top: 5px;
padding-left: 13px;
padding-bottom: 0px;
padding-right: 13px;
}

#s-a95b69ea-e36a-4ecf-8eba-e9dc90cc077f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 219, 219, 1);
border-style: solid;
min-height: 50px;
}








#s-a95b69ea-e36a-4ecf-8eba-e9dc90cc077f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a95b69ea-e36a-4ecf-8eba-e9dc90cc077f {
  cursor: pointer;
}#s-a95b69ea-e36a-4ecf-8eba-e9dc90cc077f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-017e2540-ddb9-481b-9ebe-439203951de0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 219, 219, 1);
border-style: solid;
text-align: center;
}

#s-017e2540-ddb9-481b-9ebe-439203951de0 {
  overflow: hidden;
  
  
}







  #s-017e2540-ddb9-481b-9ebe-439203951de0 img.shogun-image {
    

    
    
    
  }


#s-017e2540-ddb9-481b-9ebe-439203951de0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(52, 152, 219, 0);
text-decoration: none;
}
#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2:hover {background-color: rgba(60, 176, 253, 0) !important;
text-decoration: none !important;}#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;}

  #s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2-root {
    text-align: center;
  }


#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2-root {
    text-align: center;
  }


#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2-root {
    text-align: center;
  }


#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2-root {
    text-align: center;
  }


#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2-root {
    text-align: center;
  }


#s-dc47253d-a9a7-4bed-a9e4-1a0af0ffbcc2.shg-btn {
  color: rgba(0, 174, 239, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-e47ed1d5-3b4a-4a51-8933-90ebcd927b9d {
  margin-top: -8px;
margin-bottom: 18px;
padding-top: 5px;
padding-left: 13px;
padding-bottom: 0px;
padding-right: 13px;
}

/*
  $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;
}

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
