.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-6091c732-a68a-4ab1-b735-009b79b71d54 {
  min-height: 50px;
}








#s-6091c732-a68a-4ab1-b735-009b79b71d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6091c732-a68a-4ab1-b735-009b79b71d54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-ae1ca79e-be07-414a-95f8-c393718d8aad {
  margin-top: 20px;
min-height: 50px;
}








#s-ae1ca79e-be07-414a-95f8-c393718d8aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae1ca79e-be07-414a-95f8-c393718d8aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "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;
}
@media (max-width: 767px){#s-dfb83b39-b771-46c3-b500-4956e4bf1922 {
  margin-bottom: 15px;
}
}






  #s-dfb83b39-b771-46c3-b500-4956e4bf1922 img.shogun-image {
    

    
    
    
  }


#s-dfb83b39-b771-46c3-b500-4956e4bf1922 .shogun-image-content {
  
    align-items: center;
  
}







  #s-2c964095-6122-4908-8f58-25326c0130a8 img.shogun-image {
    

    
    
    
  }


#s-2c964095-6122-4908-8f58-25326c0130a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a9b521e-b77d-4422-9891-b16bd54c1ee6 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-4a9b521e-b77d-4422-9891-b16bd54c1ee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a9b521e-b77d-4422-9891-b16bd54c1ee6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c82c829-bfa5-42d9-a08e-77279ed27e0e {
  margin-bottom: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-0c82c829-bfa5-42d9-a08e-77279ed27e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c82c829-bfa5-42d9-a08e-77279ed27e0e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6b0f5f93-5311-4a75-a096-1365b3f3a25f {
  
}








#s-6b0f5f93-5311-4a75-a096-1365b3f3a25f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0f5f93-5311-4a75-a096-1365b3f3a25f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef514b5a-fc92-4370-86c0-6f375d9a188c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-ef514b5a-fc92-4370-86c0-6f375d9a188c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef514b5a-fc92-4370-86c0-6f375d9a188c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-421f6d61-a869-416b-9be0-3c28105523b3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-421f6d61-a869-416b-9be0-3c28105523b3 {
  
}
}@media (max-width: 767px){#s-421f6d61-a869-416b-9be0-3c28105523b3 {
  
}
}







#s-421f6d61-a869-416b-9be0-3c28105523b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-421f6d61-a869-416b-9be0-3c28105523b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a04dc43-c3ca-4449-bb97-dab9cc70d682 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9a04dc43-c3ca-4449-bb97-dab9cc70d682 {
  
}
}







#s-9a04dc43-c3ca-4449-bb97-dab9cc70d682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a04dc43-c3ca-4449-bb97-dab9cc70d682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (min-width: 1200px){#s-6d9dab4c-a022-41de-8723-c17b00eda338 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d9dab4c-a022-41de-8723-c17b00eda338 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d9dab4c-a022-41de-8723-c17b00eda338 {
  
}
}@media (max-width: 767px){#s-6d9dab4c-a022-41de-8723-c17b00eda338 {
  
}
}

  #s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-6d9dab4c-a022-41de-8723-c17b00eda338 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-808fa2aa-72b2-4d8d-ba8c-d103887da8d1 {
  margin-top: 40px;
min-height: 50px;
}








#s-808fa2aa-72b2-4d8d-ba8c-d103887da8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-808fa2aa-72b2-4d8d-ba8c-d103887da8d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff0c5c0c-3f64-46a5-86e0-f3fc28b039f4 {
  min-height: 50px;
}








#s-ff0c5c0c-3f64-46a5-86e0-f3fc28b039f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff0c5c0c-3f64-46a5-86e0-f3fc28b039f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-0fdcd492-f0e1-47b5-8166-50cbff9f0177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fdcd492-f0e1-47b5-8166-50cbff9f0177 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-87118982-e589-42da-acda-b4cb52c6b311 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87118982-e589-42da-acda-b4cb52c6b311 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-87118982-e589-42da-acda-b4cb52c6b311 {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-87118982-e589-42da-acda-b4cb52c6b311 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87118982-e589-42da-acda-b4cb52c6b311.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2b69414-fdec-4226-a9eb-63a6960a4cee {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-c2b69414-fdec-4226-a9eb-63a6960a4cee .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

#s-04465fd2-1872-4896-b420-462ecf92b5ee {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-04465fd2-1872-4896-b420-462ecf92b5ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04465fd2-1872-4896-b420-462ecf92b5ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04465fd2-1872-4896-b420-462ecf92b5ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04465fd2-1872-4896-b420-462ecf92b5ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-edb33762-21e6-4ba7-927a-830bde28676e {
  text-align: center;
}
@media (max-width: 767px){#s-edb33762-21e6-4ba7-927a-830bde28676e {
  
}
}






  #s-edb33762-21e6-4ba7-927a-830bde28676e img.shogun-image {
    

    
    
    
  }


#s-edb33762-21e6-4ba7-927a-830bde28676e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4515a933-0780-4a3c-90d2-357f379a8061 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4515a933-0780-4a3c-90d2-357f379a8061 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-4515a933-0780-4a3c-90d2-357f379a8061 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-4515a933-0780-4a3c-90d2-357f379a8061 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-4515a933-0780-4a3c-90d2-357f379a8061.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60db050d-7d93-484a-a233-ff565d0f0e7e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-60db050d-7d93-484a-a233-ff565d0f0e7e .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8aaed0f5-342f-4ece-ae82-4006c937cd3c {
  margin-left: 10px;
margin-right: 10px;
}

#s-90929ed5-d662-4050-bbd8-893e1d1dee90 {
  padding-top: 0px;
padding-bottom: 10px;
min-height: 50px;
}








#s-90929ed5-d662-4050-bbd8-893e1d1dee90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90929ed5-d662-4050-bbd8-893e1d1dee90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28597f57-8ae0-4dfc-9858-06200a7cd75e {
  min-height: 50px;
}








#s-28597f57-8ae0-4dfc-9858-06200a7cd75e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28597f57-8ae0-4dfc-9858-06200a7cd75e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 {
  display: none;
}
#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4, #wrap-s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 {
  display: none;
}
#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4, #wrap-s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 {
  display: none;
}
#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4, #wrap-s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 { display:none !important; }}
#s-429e7e3d-ee98-4953-a3b8-c22e72a833f4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ff02cbd6-83b7-47fc-94c0-7fdd6206f48d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3dbbc493-43bb-416f-99c4-0c219612a1cc {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dbbc493-43bb-416f-99c4-0c219612a1cc {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3dbbc493-43bb-416f-99c4-0c219612a1cc {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-3dbbc493-43bb-416f-99c4-0c219612a1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dbbc493-43bb-416f-99c4-0c219612a1cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3889328-0291-4232-aac6-1b2bd6944861 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3889328-0291-4232-aac6-1b2bd6944861 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d2ae0ae2-2536-45fe-a3c6-5a563564be81 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-06649a70-51e2-49fe-80f2-34858e8c6d57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06649a70-51e2-49fe-80f2-34858e8c6d57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06649a70-51e2-49fe-80f2-34858e8c6d57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06649a70-51e2-49fe-80f2-34858e8c6d57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a81184e-2460-465f-a555-7b6bd4a1f79f {
  margin-left: 10px;
margin-right: 10px;
}

#s-6a1c0d7c-e94d-43fc-bcf5-74c56d0b07e1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-0970167e-d998-4fcc-beed-8f9775ce47fb {
  text-align: center;
}
@media (max-width: 767px){#s-0970167e-d998-4fcc-beed-8f9775ce47fb {
  
}
}






  #s-0970167e-d998-4fcc-beed-8f9775ce47fb img.shogun-image {
    

    
    
    
  }


#s-0970167e-d998-4fcc-beed-8f9775ce47fb .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced {
  display: none;
}
#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced, #wrap-s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced {
  display: none;
}
#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced, #wrap-s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced {
  display: none;
}
#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced, #wrap-s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced { display:none !important; }}
#s-d1d4ee07-d7b1-43f8-b9ea-07f40512eced hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5d898ed1-26c2-47b0-ae81-4a18717f3ccb {
  min-height: 50px;
}








#s-5d898ed1-26c2-47b0-ae81-4a18717f3ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d898ed1-26c2-47b0-ae81-4a18717f3ccb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e16f421-a35d-4da2-a883-62684e7aa641 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-4e16f421-a35d-4da2-a883-62684e7aa641"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e16f421-a35d-4da2-a883-62684e7aa641"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e16f421-a35d-4da2-a883-62684e7aa641"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e16f421-a35d-4da2-a883-62684e7aa641"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7e51ccf5-01f8-4349-9761-b8eac070bc5e {
  text-align: center;
}
@media (max-width: 767px){#s-7e51ccf5-01f8-4349-9761-b8eac070bc5e {
  
}
}






  #s-7e51ccf5-01f8-4349-9761-b8eac070bc5e img.shogun-image {
    

    
    
    
  }


#s-7e51ccf5-01f8-4349-9761-b8eac070bc5e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6371239a-d5b2-4c9d-ac83-1544ddfcce1a {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6371239a-d5b2-4c9d-ac83-1544ddfcce1a {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-6371239a-d5b2-4c9d-ac83-1544ddfcce1a {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-6371239a-d5b2-4c9d-ac83-1544ddfcce1a > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-6371239a-d5b2-4c9d-ac83-1544ddfcce1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aac9ea8a-9091-423e-817f-e9dfc0e1bb71 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-aac9ea8a-9091-423e-817f-e9dfc0e1bb71 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-7c593277-19f1-4f95-9fb9-4604015db699 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 {
  display: none;
}
#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9, #wrap-s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 {
  display: none;
}
#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9, #wrap-s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 {
  display: none;
}
#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9, #wrap-s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 { display:none !important; }}
#s-c42f3f8e-3657-4943-9ab3-7fd5038c52f9 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-56f1324a-cc26-4861-bbc0-2a788ee9ed91 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-56f1324a-cc26-4861-bbc0-2a788ee9ed91 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-56f1324a-cc26-4861-bbc0-2a788ee9ed91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56f1324a-cc26-4861-bbc0-2a788ee9ed91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56f1324a-cc26-4861-bbc0-2a788ee9ed91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56f1324a-cc26-4861-bbc0-2a788ee9ed91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-56f1324a-cc26-4861-bbc0-2a788ee9ed91"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-70c7429f-832d-446b-8f14-4803151021c5 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70c7429f-832d-446b-8f14-4803151021c5 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-70c7429f-832d-446b-8f14-4803151021c5 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-70c7429f-832d-446b-8f14-4803151021c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70c7429f-832d-446b-8f14-4803151021c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46a80d95-0df2-43b0-93e8-0bab6f62d411 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46a80d95-0df2-43b0-93e8-0bab6f62d411 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-99b076ef-6f8a-4745-9503-6b836d99de48 {
  margin-left: 10px;
margin-right: 10px;
}

#s-d6e0c061-4406-40f5-a6ad-4037f5bc4d6f {
  text-align: center;
}
@media (max-width: 767px){#s-d6e0c061-4406-40f5-a6ad-4037f5bc4d6f {
  
}
}






  #s-d6e0c061-4406-40f5-a6ad-4037f5bc4d6f img.shogun-image {
    

    
    
    
  }


#s-d6e0c061-4406-40f5-a6ad-4037f5bc4d6f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bdb1dc88-93f3-45e7-94a0-4aa8d4459aad {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdb1dc88-93f3-45e7-94a0-4aa8d4459aad {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-bdb1dc88-93f3-45e7-94a0-4aa8d4459aad {
  margin-left: -20px;
margin-right: -20px;
}
}







#s-bdb1dc88-93f3-45e7-94a0-4aa8d4459aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb1dc88-93f3-45e7-94a0-4aa8d4459aad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2d92f48-dcb6-487b-a9bb-fd03488a2dca {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-d2d92f48-dcb6-487b-a9bb-fd03488a2dca .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-9595c362-bff1-435d-ba0c-06096a18fa8f {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9595c362-bff1-435d-ba0c-06096a18fa8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-e4c1a67e-39b7-45f9-9225-6e7439f18001 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8e229ae6-a18b-40ec-bc60-603b5526dc3b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-8e229ae6-a18b-40ec-bc60-603b5526dc3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e229ae6-a18b-40ec-bc60-603b5526dc3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e229ae6-a18b-40ec-bc60-603b5526dc3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e229ae6-a18b-40ec-bc60-603b5526dc3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2c1ff414-5933-41b6-8c27-e24ca7c6438e {
  text-align: center;
}
@media (max-width: 767px){#s-2c1ff414-5933-41b6-8c27-e24ca7c6438e {
  
}
}






  #s-2c1ff414-5933-41b6-8c27-e24ca7c6438e img.shogun-image {
    

    
    
    
  }


#s-2c1ff414-5933-41b6-8c27-e24ca7c6438e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-eb259c14-4c38-4517-ac13-2a83f5037532 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb259c14-4c38-4517-ac13-2a83f5037532 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-eb259c14-4c38-4517-ac13-2a83f5037532 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-eb259c14-4c38-4517-ac13-2a83f5037532 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-eb259c14-4c38-4517-ac13-2a83f5037532.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f29c2ee9-951c-4a7d-9be4-abce58493874 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f29c2ee9-951c-4a7d-9be4-abce58493874 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ca8a66db-48bd-4c77-ba9a-7a5181a0d98b {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 {
  display: none;
}
#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5, #wrap-s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 {
  display: none;
}
#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5, #wrap-s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 {
  display: none;
}
#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5, #wrap-s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 { display:none !important; }}
#s-d81c1e15-1e13-48d6-b92d-5ce8a16a82b5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-47391d69-982e-41e5-83ca-cd3525afbeac {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47391d69-982e-41e5-83ca-cd3525afbeac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-f48d0a6c-81a7-4175-a195-28d5d791fd1a {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f48d0a6c-81a7-4175-a195-28d5d791fd1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-77ff142f-2c29-46af-9a35-46297fe889db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77ff142f-2c29-46af-9a35-46297fe889db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77ff142f-2c29-46af-9a35-46297fe889db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77ff142f-2c29-46af-9a35-46297fe889db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0d0c0e26-17c0-4c72-9169-4e1696501412"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d0c0e26-17c0-4c72-9169-4e1696501412"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0c0e26-17c0-4c72-9169-4e1696501412"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0c0e26-17c0-4c72-9169-4e1696501412"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd4d6f3d-f7e6-4948-8191-78c47cc7471b {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-bd4d6f3d-f7e6-4948-8191-78c47cc7471b img.shogun-image {
    

    
    
    
  }


#s-bd4d6f3d-f7e6-4948-8191-78c47cc7471b .shogun-image-content {
  
    align-items: center;
  
}

#s-7e05dcaa-3fb0-483c-a087-9e7e93cdd942 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-9a3a0703-b499-46b4-aab3-ca08e6b4f331 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-9a3a0703-b499-46b4-aab3-ca08e6b4f331 img.shogun-image {
    

    
    
    
  }


#s-9a3a0703-b499-46b4-aab3-ca08e6b4f331 .shogun-image-content {
  
    align-items: center;
  
}

#s-8baecbf6-d24e-47cd-88e2-f2535c07af88 {
  min-height: 50px;
}








#s-8baecbf6-d24e-47cd-88e2-f2535c07af88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8baecbf6-d24e-47cd-88e2-f2535c07af88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3f45b85-bde6-4823-888f-e40bb5031986 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7b1ab20d-12d7-4b09-aaed-14233556c637"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b1ab20d-12d7-4b09-aaed-14233556c637"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1ab20d-12d7-4b09-aaed-14233556c637"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1ab20d-12d7-4b09-aaed-14233556c637"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2b57295-8058-4250-a10a-09fdfe2c51a2 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-a2b57295-8058-4250-a10a-09fdfe2c51a2 img.shogun-image {
    

    
    
    
  }


#s-a2b57295-8058-4250-a10a-09fdfe2c51a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-259553f6-0f76-4656-88d3-da2283dc687c {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-77085bd6-8c6d-40bb-8933-3e4129c2f2dc {
  min-height: 50px;
}








#s-77085bd6-8c6d-40bb-8933-3e4129c2f2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77085bd6-8c6d-40bb-8933-3e4129c2f2dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba944252-7df7-486b-ac33-ffb07952b790 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-ba944252-7df7-486b-ac33-ffb07952b790 img.shogun-image {
    

    
    
    
  }


#s-ba944252-7df7-486b-ac33-ffb07952b790 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7f11be6-d048-4ce0-a75c-ba6ae3aab35f {
  min-height: 50px;
}








#s-e7f11be6-d048-4ce0-a75c-ba6ae3aab35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7f11be6-d048-4ce0-a75c-ba6ae3aab35f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d40d687-83c7-48b0-b888-56524bbfacb3 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 1200px){#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 {
  display: none;
}
#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8, #wrap-s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 {
  display: none;
}
#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8, #wrap-s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 {
  display: none;
}
#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8, #wrap-s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 { display:none !important; }}
#s-0bc377a6-fbe2-4305-8857-f57366c6f7d8 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c36cc7fb-9ebf-4c79-9ecc-95d2cd551868 {
  padding-top: 40px;
padding-bottom: 10px;
min-height: 50px;
}








#s-c36cc7fb-9ebf-4c79-9ecc-95d2cd551868 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c36cc7fb-9ebf-4c79-9ecc-95d2cd551868.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ca9d6d-5628-4abc-918d-ac3b0d180ff6 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-21ca9d6d-5628-4abc-918d-ac3b0d180ff6 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-185d5572-8f5c-44e6-aa3f-eee2d90b88f9 {
  min-height: 50px;
}








#s-185d5572-8f5c-44e6-aa3f-eee2d90b88f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185d5572-8f5c-44e6-aa3f-eee2d90b88f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-488015f5-1130-4a9b-8bb6-938a47ba0eec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-488015f5-1130-4a9b-8bb6-938a47ba0eec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-488015f5-1130-4a9b-8bb6-938a47ba0eec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-488015f5-1130-4a9b-8bb6-938a47ba0eec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-488015f5-1130-4a9b-8bb6-938a47ba0eec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-47efdfae-efd7-49ca-bd2f-52d4bb295a08 {
  text-align: center;
}
@media (max-width: 767px){#s-47efdfae-efd7-49ca-bd2f-52d4bb295a08 {
  
}
}






  #s-47efdfae-efd7-49ca-bd2f-52d4bb295a08 img.shogun-image {
    

    
    
    
  }


#s-47efdfae-efd7-49ca-bd2f-52d4bb295a08 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-81bc5651-a7bf-4398-bea9-82a6b3a7aee6 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81bc5651-a7bf-4398-bea9-82a6b3a7aee6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-81bc5651-a7bf-4398-bea9-82a6b3a7aee6 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-81bc5651-a7bf-4398-bea9-82a6b3a7aee6 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-81bc5651-a7bf-4398-bea9-82a6b3a7aee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c725565d-e74d-4404-b672-ad88e18532f9 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c725565d-e74d-4404-b672-ad88e18532f9 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b632302d-4d4a-42d9-bb8d-5490082da35f {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-3452609a-e3c6-406a-a462-0252403b1be4 {
  display: none;
}
#s-3452609a-e3c6-406a-a462-0252403b1be4, #wrap-s-3452609a-e3c6-406a-a462-0252403b1be4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3452609a-e3c6-406a-a462-0252403b1be4 {
  display: none;
}
#s-3452609a-e3c6-406a-a462-0252403b1be4, #wrap-s-3452609a-e3c6-406a-a462-0252403b1be4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3452609a-e3c6-406a-a462-0252403b1be4 {
  display: none;
}
#s-3452609a-e3c6-406a-a462-0252403b1be4, #wrap-s-3452609a-e3c6-406a-a462-0252403b1be4 { display:none !important; }}
#s-3452609a-e3c6-406a-a462-0252403b1be4 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d2d1d97e-f803-4aa7-9350-4f309e387ff3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d2d1d97e-f803-4aa7-9350-4f309e387ff3 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-d2d1d97e-f803-4aa7-9350-4f309e387ff3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2d1d97e-f803-4aa7-9350-4f309e387ff3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2d1d97e-f803-4aa7-9350-4f309e387ff3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2d1d97e-f803-4aa7-9350-4f309e387ff3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d2d1d97e-f803-4aa7-9350-4f309e387ff3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3a2ad681-7390-497b-b586-528b83c72f77 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a2ad681-7390-497b-b586-528b83c72f77 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-3a2ad681-7390-497b-b586-528b83c72f77 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-3a2ad681-7390-497b-b586-528b83c72f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a2ad681-7390-497b-b586-528b83c72f77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c32e2fb-ae4e-4630-9e13-666dc3d77f76 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c32e2fb-ae4e-4630-9e13-666dc3d77f76 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-8479d391-ecda-4e25-86ad-47909c0ed4bc {
  margin-left: 10px;
margin-right: 10px;
}

#s-10c448ad-8802-4bee-96b4-9a02323564de {
  text-align: center;
}
@media (max-width: 767px){#s-10c448ad-8802-4bee-96b4-9a02323564de {
  
}
}






  #s-10c448ad-8802-4bee-96b4-9a02323564de img.shogun-image {
    

    
    
    
  }


#s-10c448ad-8802-4bee-96b4-9a02323564de .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-0b47bca6-e706-4e3a-8f37-714ea8418595 {
  display: none;
}
#s-0b47bca6-e706-4e3a-8f37-714ea8418595, #wrap-s-0b47bca6-e706-4e3a-8f37-714ea8418595 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b47bca6-e706-4e3a-8f37-714ea8418595 {
  display: none;
}
#s-0b47bca6-e706-4e3a-8f37-714ea8418595, #wrap-s-0b47bca6-e706-4e3a-8f37-714ea8418595 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b47bca6-e706-4e3a-8f37-714ea8418595 {
  display: none;
}
#s-0b47bca6-e706-4e3a-8f37-714ea8418595, #wrap-s-0b47bca6-e706-4e3a-8f37-714ea8418595 { display:none !important; }}
#s-0b47bca6-e706-4e3a-8f37-714ea8418595 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d357ba03-c052-42ce-8527-2d8d9c40299c {
  min-height: 50px;
}








#s-d357ba03-c052-42ce-8527-2d8d9c40299c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d357ba03-c052-42ce-8527-2d8d9c40299c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb3907d4-76f5-4fb7-b6bc-0b0401684056 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-cb3907d4-76f5-4fb7-b6bc-0b0401684056"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb3907d4-76f5-4fb7-b6bc-0b0401684056"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb3907d4-76f5-4fb7-b6bc-0b0401684056"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb3907d4-76f5-4fb7-b6bc-0b0401684056"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-182534d4-02ab-4516-986f-a46b2ae24842 {
  text-align: center;
}
@media (max-width: 767px){#s-182534d4-02ab-4516-986f-a46b2ae24842 {
  
}
}






  #s-182534d4-02ab-4516-986f-a46b2ae24842 img.shogun-image {
    

    
    
    
  }


#s-182534d4-02ab-4516-986f-a46b2ae24842 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b334d977-a877-4b5b-b5dd-d0aef5f6ae1c {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b334d977-a877-4b5b-b5dd-d0aef5f6ae1c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b334d977-a877-4b5b-b5dd-d0aef5f6ae1c {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-b334d977-a877-4b5b-b5dd-d0aef5f6ae1c > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-b334d977-a877-4b5b-b5dd-d0aef5f6ae1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edaabdaf-9a0f-4ac3-979e-baf2b0b3eaed {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-edaabdaf-9a0f-4ac3-979e-baf2b0b3eaed .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-92e981e6-7cdb-4519-b0a8-6177acaeceaa {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee {
  display: none;
}
#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee, #wrap-s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee {
  display: none;
}
#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee, #wrap-s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee {
  display: none;
}
#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee, #wrap-s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee { display:none !important; }}
#s-b1ee15d3-f10b-4724-ae0a-30d117e6e1ee hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-65e3ea41-f75f-4828-a541-78a6a7e6ecf4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d5f1b453-011b-4647-973e-ddb9c5177b21 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5f1b453-011b-4647-973e-ddb9c5177b21 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-d5f1b453-011b-4647-973e-ddb9c5177b21 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-d5f1b453-011b-4647-973e-ddb9c5177b21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f1b453-011b-4647-973e-ddb9c5177b21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4ff5e8b-082d-4f52-a481-5d1f767b553b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f4ff5e8b-082d-4f52-a481-5d1f767b553b .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ae7cd44a-0daf-452f-b390-0b5d0701e695 {
  margin-left: 10px;
margin-right: 10px;
}

#s-6ece5cb4-8d79-42cf-9d29-8e954179b075 {
  text-align: center;
}
@media (max-width: 767px){#s-6ece5cb4-8d79-42cf-9d29-8e954179b075 {
  
}
}






  #s-6ece5cb4-8d79-42cf-9d29-8e954179b075 img.shogun-image {
    

    
    
    
  }


#s-6ece5cb4-8d79-42cf-9d29-8e954179b075 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-55267701-e3bb-4093-841a-6694d7593d34 {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-55267701-e3bb-4093-841a-6694d7593d34 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-c612e244-6b76-40cd-bed7-882a3bd1d049 {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c612e244-6b76-40cd-bed7-882a3bd1d049"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-768f0164-178c-453a-8aa6-48fc50a826f4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-7039f2ec-8bbd-48e1-ba2a-6fad6982447b {
  min-height: 50px;
}








#s-7039f2ec-8bbd-48e1-ba2a-6fad6982447b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7039f2ec-8bbd-48e1-ba2a-6fad6982447b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ea5ed28-4d7d-48de-8e97-2a1874d3b9f9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-6ea5ed28-4d7d-48de-8e97-2a1874d3b9f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ea5ed28-4d7d-48de-8e97-2a1874d3b9f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ea5ed28-4d7d-48de-8e97-2a1874d3b9f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ea5ed28-4d7d-48de-8e97-2a1874d3b9f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a99504bc-2eea-4e7f-ba38-f1f15b03938f {
  text-align: center;
}
@media (max-width: 767px){#s-a99504bc-2eea-4e7f-ba38-f1f15b03938f {
  
}
}






  #s-a99504bc-2eea-4e7f-ba38-f1f15b03938f img.shogun-image {
    

    
    
    
  }


#s-a99504bc-2eea-4e7f-ba38-f1f15b03938f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1a75987f-08f0-495d-8594-e15f1f79265f {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a75987f-08f0-495d-8594-e15f1f79265f {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-1a75987f-08f0-495d-8594-e15f1f79265f {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-1a75987f-08f0-495d-8594-e15f1f79265f > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-1a75987f-08f0-495d-8594-e15f1f79265f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb7dc24-8b64-4dd2-b733-cc3dfeeb2b80 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bb7dc24-8b64-4dd2-b733-cc3dfeeb2b80 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-e0a6fdd2-4614-4d6e-944a-3c8c88ea9330 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-f9001041-6cb3-4446-bfb7-1411918cc16c {
  display: none;
}
#s-f9001041-6cb3-4446-bfb7-1411918cc16c, #wrap-s-f9001041-6cb3-4446-bfb7-1411918cc16c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9001041-6cb3-4446-bfb7-1411918cc16c {
  display: none;
}
#s-f9001041-6cb3-4446-bfb7-1411918cc16c, #wrap-s-f9001041-6cb3-4446-bfb7-1411918cc16c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9001041-6cb3-4446-bfb7-1411918cc16c {
  display: none;
}
#s-f9001041-6cb3-4446-bfb7-1411918cc16c, #wrap-s-f9001041-6cb3-4446-bfb7-1411918cc16c { display:none !important; }}
#s-f9001041-6cb3-4446-bfb7-1411918cc16c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b880e1be-2d6f-4a4d-b19e-8ec9f9d6c4af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8e7dd0a8-8803-4fa3-aa62-78df7defada6 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e7dd0a8-8803-4fa3-aa62-78df7defada6 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8e7dd0a8-8803-4fa3-aa62-78df7defada6 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-8e7dd0a8-8803-4fa3-aa62-78df7defada6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7dd0a8-8803-4fa3-aa62-78df7defada6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6f9af8-b276-4d6a-a5a5-201814faaceb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b6f9af8-b276-4d6a-a5a5-201814faaceb .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-865f6074-6ee6-4e75-9f9e-e5fcf4c45dc9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-225b6a28-e135-4931-a16a-112962d85c87 {
  text-align: center;
}
@media (max-width: 767px){#s-225b6a28-e135-4931-a16a-112962d85c87 {
  
}
}






  #s-225b6a28-e135-4931-a16a-112962d85c87 img.shogun-image {
    

    
    
    
  }


#s-225b6a28-e135-4931-a16a-112962d85c87 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-bf85583b-cc9e-4dae-bbf4-97e693159304 {
  display: none;
}
#s-bf85583b-cc9e-4dae-bbf4-97e693159304, #wrap-s-bf85583b-cc9e-4dae-bbf4-97e693159304 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf85583b-cc9e-4dae-bbf4-97e693159304 {
  display: none;
}
#s-bf85583b-cc9e-4dae-bbf4-97e693159304, #wrap-s-bf85583b-cc9e-4dae-bbf4-97e693159304 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf85583b-cc9e-4dae-bbf4-97e693159304 {
  display: none;
}
#s-bf85583b-cc9e-4dae-bbf4-97e693159304, #wrap-s-bf85583b-cc9e-4dae-bbf4-97e693159304 { display:none !important; }}
#s-bf85583b-cc9e-4dae-bbf4-97e693159304 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0fda234e-d7a9-43c6-9710-2fa55e382ae8 {
  min-height: 50px;
}








#s-0fda234e-d7a9-43c6-9710-2fa55e382ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fda234e-d7a9-43c6-9710-2fa55e382ae8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18c808cf-50fc-4381-9c7d-118fd42a94ac {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-18c808cf-50fc-4381-9c7d-118fd42a94ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18c808cf-50fc-4381-9c7d-118fd42a94ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18c808cf-50fc-4381-9c7d-118fd42a94ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18c808cf-50fc-4381-9c7d-118fd42a94ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-87ae508f-4a2c-4b11-9fc9-b783d4884ddb {
  text-align: center;
}
@media (max-width: 767px){#s-87ae508f-4a2c-4b11-9fc9-b783d4884ddb {
  
}
}






  #s-87ae508f-4a2c-4b11-9fc9-b783d4884ddb img.shogun-image {
    

    
    
    
  }


#s-87ae508f-4a2c-4b11-9fc9-b783d4884ddb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-be1ac972-c3b8-421e-81d3-f89571db136d {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be1ac972-c3b8-421e-81d3-f89571db136d {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-be1ac972-c3b8-421e-81d3-f89571db136d {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-be1ac972-c3b8-421e-81d3-f89571db136d > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-be1ac972-c3b8-421e-81d3-f89571db136d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd586981-6dfd-4a74-a560-09ef114c0574 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd586981-6dfd-4a74-a560-09ef114c0574 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-65797832-1aac-49d3-b5cd-0176e0cd1a7a {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-d7086516-c9a0-4581-ad38-c568384da18a {
  display: none;
}
#s-d7086516-c9a0-4581-ad38-c568384da18a, #wrap-s-d7086516-c9a0-4581-ad38-c568384da18a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7086516-c9a0-4581-ad38-c568384da18a {
  display: none;
}
#s-d7086516-c9a0-4581-ad38-c568384da18a, #wrap-s-d7086516-c9a0-4581-ad38-c568384da18a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7086516-c9a0-4581-ad38-c568384da18a {
  display: none;
}
#s-d7086516-c9a0-4581-ad38-c568384da18a, #wrap-s-d7086516-c9a0-4581-ad38-c568384da18a { display:none !important; }}
#s-d7086516-c9a0-4581-ad38-c568384da18a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72 {
  background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bd8c7a3c-66b8-46e3-838a-fe4b4d576a72"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e7f57dae-d45f-41f2-aff0-5a969d96de82 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7f57dae-d45f-41f2-aff0-5a969d96de82 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-e7f57dae-d45f-41f2-aff0-5a969d96de82 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-e7f57dae-d45f-41f2-aff0-5a969d96de82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7f57dae-d45f-41f2-aff0-5a969d96de82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db989c95-2128-4b77-be02-f6d760d75da6 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db989c95-2128-4b77-be02-f6d760d75da6 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1ed76eb0-ca1e-4b4a-9b5e-56f2120aee32 {
  margin-left: 10px;
margin-right: 10px;
}

#s-41d9e16b-af1b-4b17-9e4f-cb7db8b9ed51 {
  text-align: center;
}
@media (max-width: 767px){#s-41d9e16b-af1b-4b17-9e4f-cb7db8b9ed51 {
  
}
}






  #s-41d9e16b-af1b-4b17-9e4f-cb7db8b9ed51 img.shogun-image {
    

    
    
    
  }


#s-41d9e16b-af1b-4b17-9e4f-cb7db8b9ed51 .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
